gnu: yt-dlp: Update to 2022.06.22.1.

* gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
raingloom 2022-06-24 03:55:02 +02:00 committed by Guillaume Le Vaillant
parent f65ac6556d
commit 4772c03ffe
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2467,7 +2467,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 "2022.05.18") (version "2022.06.22.1")
(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/"
@ -2475,7 +2475,7 @@ (define-public yt-dlp
version "/yt-dlp.tar.gz")) version "/yt-dlp.tar.gz"))
(sha256 (sha256
(base32 (base32
"0wiiwqj8m4z6lladmrsp9354ddwlhn2gf0b39j271001g6fyi82r")) "1nr6g3dhvjc10jzhyvgjrrxqhsgi3hiw8bswp8bi6bscimd9vhps"))
(snippet (snippet
'(begin '(begin
;; Delete the pre-generated files, except for the man page ;; Delete the pre-generated files, except for the man page