gnu: yt-dlp: Update to 2022.02.04.

* gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
This commit is contained in:
Leo Famulari 2022-02-15 14:53:28 -05:00
parent a8a13b11de
commit 69f94ff95c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2452,7 +2452,7 @@ (define-public youtube-dl
(define-public yt-dlp (define-public yt-dlp
(package/inherit youtube-dl (package/inherit youtube-dl
(name "yt-dlp") (name "yt-dlp")
(version "2021.10.22") (version "2022.02.04")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/yt-dlp/yt-dlp/" (uri (string-append "https://github.com/yt-dlp/yt-dlp/"
@ -2460,7 +2460,7 @@ (define-public yt-dlp
version "/yt-dlp.tar.gz")) version "/yt-dlp.tar.gz"))
(sha256 (sha256
(base32 (base32
"0xh4cwmvx49pxn8x07wj2dy8ynj6xg8977l5493vv0l8zc27wp87")) "1qx8sx47lzyrcl00r2657zjaq0mwfbzjyfnv5lr5dlm552f13pf8"))
(snippet (snippet
'(begin '(begin
;; Delete the pre-generated files, except for the man page ;; Delete the pre-generated files, except for the man page