nckx pushed a commit to branch master
in repository guix.
commit ec63b5a4c7a593986437c7677f844506f422c852
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Mar 11 03:23:50 2020 +0100
gnu: you-get: Update to 0.4.1410.
* gnu/packages/video.scm (you-get): Update to 0.4.1410.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c54b5ec..41e6835 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1687,7 +1687,7 @@ other site that youtube-dl supports.")
(define-public you-get
(package
(name "you-get")
- (version "0.4.1403")
+ (version "0.4.1410")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1696,7 +1696,7 @@ other site that youtube-dl supports.")
(file-name (git-file-name name version))
(sha256
(base32
- "04viy19x4g9dngml82nf9j94ys3p47bs62c2q2cn1barkybaa3as"))))
+ "1v4lfldcijgngg0s4q5w4ixa0k8k75dwmkhf57pgb31bqlrr8h0s"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos