diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 17:14:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-25 17:50:47 +0200 |
commit | 49dc1669a8bb2ba923cb064173025858931cc9c9 (patch) | |
tree | df799dda47e5dd3d8316786072a2ccae776ca6fe /gnu/packages | |
parent | 8dc3c2a7d5fbe28b6f8ae27788b053be0d87b0b6 (diff) |
gnu: you-get: Update to 0.4.1355.
* gnu/packages/video.scm (you-get): Update to 0.4.1355.
Diffstat (limited to 'gnu/packages')
-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 d5a51a00b0..5180f275ad 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1631,7 +1631,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1328") + (version "0.4.1355") (source (origin (method git-fetch) (uri (git-reference @@ -1640,7 +1640,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1r9qffwvxmp74byva12h2jsn3n33vyim052sx9lykv5dygibbp65")))) + "0xq7z04hvw3b3npiahlpzhbxsjvam9n9dynplyrkn84dx6k9ajbj")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |