Archived
1
0
Fork 0

gnu: youtube-dl: Update to 2020.12.31.

* gnu/packages/video.scm (youtube-dl): Update to 2020.12.31.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 22:16:02 +01:00
parent 320340ecc0
commit a0ad182f4c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when starting mpv:
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2020.12.14") (version "2020.12.31")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/latest/" (uri (string-append "https://youtube-dl.org/downloads/latest/"
"youtube-dl-" version ".tar.gz")) "youtube-dl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn")) "0ncqkzzaasda2hd89psgc0j34r2jinn1dcsfcapzrsd902qghkh9"))
(snippet (snippet
'(begin '(begin
;; Delete the pre-generated files, except for the man page ;; Delete the pre-generated files, except for the man page