gnu: youtube-dl: Update to 2021.04.07.
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.master
parent
2b605ef3b1
commit
43110e8d4e
|
@ -2179,14 +2179,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 "2021.04.01")
|
(version "2021.04.07")
|
||||||
(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
|
||||||
"1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h"))
|
"02d51l6gdjr3zhhi7ydf5kzv8dv4jzq0ygja7zb2h9k7hnl0l27m"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Delete the pre-generated files, except for the man page
|
;; Delete the pre-generated files, except for the man page
|
||||||
|
|
Reference in New Issue