summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-25 21:04:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-25 21:04:40 +0100
commita4739f3742eb8a919f530bb4707a89a1b1cf5ec0 (patch)
treec287dfc14a4962f07f495e3ca482a0829975e734 /gnu
parent6bce6469b9f386bfe938d992ec122f842efbdbf2 (diff)
downloadguix-patches-a4739f3742eb8a919f530bb4707a89a1b1cf5ec0.tar
guix-patches-a4739f3742eb8a919f530bb4707a89a1b1cf5ec0.tar.gz
gnu: youtube-dl: Update to 2021.03.25.
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.25.
Diffstat (limited to 'gnu')
-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 b5a2aca980..bd8fddf9b4 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.03.14")
+ (version "2021.03.25")
(source (origin
(method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/latest/"
"youtube-dl-" version ".tar.gz"))
(sha256
(base32
- "1bh74f9q6dv17ah5x8zcxw03dq6jbh959xd39kw374cf9ifrgnd3"))
+ "0ps8ydx4hbj6sl0m760zdm9pvhccjmwvx680i4akz3lk4z9wy0x3"))
(snippet
'(begin
;; Delete the pre-generated files, except for the man page