diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 00:26:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 12:26:17 +0200 |
commit | e11246dc589b3922992a3f5bdd098f4239cbb04a (patch) | |
tree | 8358e4df3760eed9cf35258ac8e7c91cfee370d2 /gnu | |
parent | e5c65fb7372e10a2d6531d25f3b7d7c31679a21e (diff) | |
download | guix-e11246dc589b3922992a3f5bdd098f4239cbb04a.tar.gz |
gnu: youtube-dl: Update to 2021.04.26.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.26.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7e8d5a75ca..481ab46b6e 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.17") + (version "2021.04.26") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "0hhfv9hdfvbxxqsll5bg5166jn20x9na9wbmy0dqww41dadgbvvm")) + "0jpa65jr5djn9175p6a8j9i1zgarshfwfsgmprc0vvnsl3s23ksc")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |