gnu: youtube-dl: Update to 2020.12.14.
* gnu/packages/video.scm (youtube-dl): Update to 2020.12.14.
This commit is contained in:
parent
79fdae1242
commit
096606d9ca
1 changed files with 2 additions and 2 deletions
|
@ -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.12")
|
(version "2020.12.14")
|
||||||
(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
|
||||||
"0iv4l78ylzx8q6myv4v7xq6r5y0hacz6l30bqk1szncfikvfc3cf"))
|
"0ws2nsvn0qlnnyxz9g95ffygscfmg5npzmwbq8iyyi6b2njsb0cn"))
|
||||||
(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 a new issue