mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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:
parent
f65ac6556d
commit
4772c03ffe
1 changed files with 2 additions and 2 deletions
|
@ -2467,7 +2467,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2022.05.18")
|
||||
(version "2022.06.22.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/yt-dlp/yt-dlp/"
|
||||
|
@ -2475,7 +2475,7 @@ (define-public yt-dlp
|
|||
version "/yt-dlp.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wiiwqj8m4z6lladmrsp9354ddwlhn2gf0b39j271001g6fyi82r"))
|
||||
"1nr6g3dhvjc10jzhyvgjrrxqhsgi3hiw8bswp8bi6bscimd9vhps"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Delete the pre-generated files, except for the man page
|
||||
|
|
Loading…
Reference in a new issue