diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 04:03:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-27 04:25:28 +0200 |
commit | a4feaef44a7c5a4977b1f57333aa5dca1bdcb3d0 (patch) | |
tree | 28120e7ddaa9475e8eb7f171a5d1ae08fe8af8c9 | |
parent | 90881528b3b0f200cad2acab0fd6b886eef7cd0b (diff) | |
download | guix-a4feaef44a7c5a4977b1f57333aa5dca1bdcb3d0.tar.gz guix-a4feaef44a7c5a4977b1f57333aa5dca1bdcb3d0.zip |
gnu: you-get: Update to 0.4.1456.
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
-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 29821c44c9..e63f2341c9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1796,7 +1796,7 @@ other site that youtube-dl supports.") (define-public you-get (package (name "you-get") - (version "0.4.1410") + (version "0.4.1456") (source (origin (method git-fetch) (uri (git-reference @@ -1805,7 +1805,7 @@ other site that youtube-dl supports.") (file-name (git-file-name name version)) (sha256 (base32 - "1v4lfldcijgngg0s4q5w4ixa0k8k75dwmkhf57pgb31bqlrr8h0s")))) + "0n6h5qkhjwsxy8rf6n4i8hd8dah38hbvchh9272c53gydgp9lp29")))) (build-system python-build-system) (inputs `(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos |