diff options
author | Alex Vong <alexvong1995@gmail.com> | 2019-05-27 02:18:37 +0800 |
---|---|---|
committer | Alex Vong <alexvong1995@gmail.com> | 2019-05-27 02:28:26 +0800 |
commit | 45bdb6625115959dbf3874b69f89dd506b68fbb6 (patch) | |
tree | c3576f3c0e328e7cbb11831c710c1d2e8c04bef5 /gnu/packages/video.scm | |
parent | 5ea87197f6f075df184a5c28f4414c4cc9351246 (diff) | |
download | patches-45bdb6625115959dbf3874b69f89dd506b68fbb6.tar patches-45bdb6625115959dbf3874b69f89dd506b68fbb6.tar.gz |
gnu: you-get: Update to 0.4.1302.
* gnu/packages/video.scm (you-get): Update to 0.4.1302.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 088c637b4d..5e687bac5e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1565,7 +1565,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1270") + (version "0.4.1302") (source (origin (method git-fetch) (uri (git-reference @@ -1574,7 +1574,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "123g6x8sh32v4yn4ss55lfw7j79hgl3l6aiwgrk4ndq7dzhnz46q")))) + "1fwwzslv1vpjr8q0fq10dbngr8zai1n3d6na700cgpky4j9y0y99")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |