nckx pushed a commit to branch master
in repository guix.
commit 434f378dff3ac0d51f3f81d93d7157ffbfecbdb2
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 01:08:08 2021 +0100
gnu: you-get: Update to 0.4.1500.
* gnu/packages/video.scm (you-get): Update to 0.4.1500.
---
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 d171c4a..28cde06 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2379,7 +2379,7 @@ other site that youtube-dl supports.")
(define-public you-get
(package
(name "you-get")
- (version "0.4.1488")
+ (version "0.4.1500")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2388,7 +2388,7 @@ other site that youtube-dl supports.")
(file-name (git-file-name name version))
(sha256
(base32
- "10dx1gka92m42f8ah1mzylbd71apzrphfa48r5ci7g1j8ysdcs7q"))))
+ "02wkmq6bjg9iz0kccsgs192aiky99l2jnw1xs6zjhvjvq7jyvf7s"))))
(build-system python-build-system)
(inputs
`(("ffmpeg" ,ffmpeg))) ; for multi-part and >=1080p videos