diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-01 22:16:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:25 +0100 |
commit | a0ad182f4ca3c1ae9adfa7f6f1a82379724268b3 (patch) | |
tree | 5355c91944d9c62ecbda8df6850952fc0bd49024 | |
parent | 320340ecc087eab1361ae8e0a949dbb9d2fde7f9 (diff) | |
download | guix-a0ad182f4ca3c1ae9adfa7f6f1a82379724268b3.tar.gz |
gnu: youtube-dl: Update to 2020.12.31.
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
-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 b99846a3ff..d171c4a185 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when starting mpv: (define-public youtube-dl (package (name "youtube-dl") - (version "2020.12.14") + (version "2020.12.31") (source (origin (method url-fetch) (uri (string-append "https://youtube-dl.org/downloads/latest/" "youtube-dl-" version ".tar.gz")) (sha256 (base32 - "0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn")) + "0ncqkzzaasda2hd89psgc0j34r2jinn1dcsfcapzrsd902qghkh9")) (snippet '(begin ;; Delete the pre-generated files, except for the man page |