summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 11:43:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-18 16:37:20 +0200
commit592d36ffcb2545a2f9200743ba4870d2339f2640 (patch)
treea09eccaaf7b008aee11284218506d4f3fd8c72a5
parent47794ed2a7412ec0033c78f749ffc3dc9ea74acb (diff)
downloadguix-patches-592d36ffcb2545a2f9200743ba4870d2339f2640.tar
guix-patches-592d36ffcb2545a2f9200743ba4870d2339f2640.tar.gz
gnu: youtube-dl: Update to 2021.05.16.
* gnu/packages/video.scm (youtube-dl): Update to 2021.05.16.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3986995c29..723455374c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2179,14 +2179,14 @@ To load this plugin, specify the following option when starting mpv:
(define-public youtube-dl
(package
(name "youtube-dl")
- (version "2021.04.26")
+ (version "2021.05.16")
(source (origin
(method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/latest/"
"youtube-dl-" version ".tar.gz"))
(sha256
(base32
- "0jpa65jr5djn9175p6a8j9i1zgarshfwfsgmprc0vvnsl3s23ksc"))
+ "1z8sdzvkxhscnzy7cnjag308glif0k8jylr11biqwzypm1f2l0fl"))
(snippet
'(begin
;; Delete the pre-generated files, except for the man page