gnu: youtube-dl: Update to 2021.01.16.

* gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
This commit is contained in:
Oleg Pykhalov 2021-01-17 02:16:18 +03:00
parent e0701ff94a
commit c35d230c8f
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -2198,14 +2198,14 @@ (define-public libvpx
(define-public youtube-dl (define-public youtube-dl
(package (package
(name "youtube-dl") (name "youtube-dl")
(version "2021.01.08") (version "2021.01.16")
(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
"1k870v9xc7g16nvixa272sdjnmc7pl49ymmnn6rdz0mcj2548h3k")) "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi"))
(snippet (snippet
'(begin '(begin
;; Delete the pre-generated files, except for the man page ;; Delete the pre-generated files, except for the man page