mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: yt-dlp: Update to 2022.02.04.
* gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
This commit is contained in:
parent
a8a13b11de
commit
69f94ff95c
1 changed files with 2 additions and 2 deletions
|
@ -2452,7 +2452,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2021.10.22")
|
||||
(version "2022.02.04")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/yt-dlp/yt-dlp/"
|
||||
|
@ -2460,7 +2460,7 @@ (define-public yt-dlp
|
|||
version "/yt-dlp.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xh4cwmvx49pxn8x07wj2dy8ynj6xg8977l5493vv0l8zc27wp87"))
|
||||
"1qx8sx47lzyrcl00r2657zjaq0mwfbzjyfnv5lr5dlm552f13pf8"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Delete the pre-generated files, except for the man page
|
||||
|
|
Loading…
Reference in a new issue