summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 14:11:56 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-21 15:36:04 +0100
commitd31db5cff392e6263ac07bb47cffaea8fd1f0120 (patch)
tree789482d751d6387da3239f912ef0a90eda7af56f /gnu
parent177dcce76eedffc315a8706922fb4cf6de6c650e (diff)
downloadguix-patches-d31db5cff392e6263ac07bb47cffaea8fd1f0120.tar
guix-patches-d31db5cff392e6263ac07bb47cffaea8fd1f0120.tar.gz
gnu: youtube-dl: Update to 2021.03.14.
* gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.
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 2a213a10cf..c818b22451 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.03")
+ (version "2021.03.14")
(source (origin
(method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/latest/"
"youtube-dl-" version ".tar.gz"))
(sha256
(base32
- "11z2v8mdii0bl13850mc6hgz80d0kgzb4hdxyikc3wa4jqfwrq7f"))
+ "1bh74f9q6dv17ah5x8zcxw03dq6jbh959xd39kw374cf9ifrgnd3"))
(snippet
'(begin
;; Delete the pre-generated files, except for the man page