mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 08:51:48 -05:00
gnu: yt-dlp: Update to 2022.05.18.
* gnu/packages/video.scm (yt-dlp): Update to 2022.05.18. [inputs]: Add python-brotli and python-certifi.
This commit is contained in:
parent
e5dd864e68
commit
d56506aad5
1 changed files with 5 additions and 3 deletions
|
@ -2463,7 +2463,7 @@ (define-public youtube-dl
|
|||
(define-public yt-dlp
|
||||
(package/inherit youtube-dl
|
||||
(name "yt-dlp")
|
||||
(version "2022.02.04")
|
||||
(version "2022.05.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/yt-dlp/yt-dlp/"
|
||||
|
@ -2471,7 +2471,7 @@ (define-public yt-dlp
|
|||
version "/yt-dlp.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qx8sx47lzyrcl00r2657zjaq0mwfbzjyfnv5lr5dlm552f13pf8"))
|
||||
"0wiiwqj8m4z6lladmrsp9354ddwlhn2gf0b39j271001g6fyi82r"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; Delete the pre-generated files, except for the man page
|
||||
|
@ -2514,7 +2514,9 @@ (define-public yt-dlp
|
|||
(when tests?
|
||||
(invoke "pytest" "-k" "not download"))))))))
|
||||
(inputs
|
||||
`(("python-mutagen" ,python-mutagen)
|
||||
`(("python-brotli" ,python-brotli)
|
||||
("python-certifi" ,python-certifi)
|
||||
("python-mutagen" ,python-mutagen)
|
||||
("python-pycryptodomex" ,python-pycryptodomex)
|
||||
("python-websockets" ,python-websockets)
|
||||
,@(package-inputs youtube-dl)))
|
||||
|
|
Loading…
Reference in a new issue