gnu: yt-dlp: Update to 2022.09.01.
* gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.master
parent
3fbe449bd7
commit
b04541869a
|
@ -2481,7 +2481,7 @@ YouTube.com and many more sites.")
|
||||||
(define-public yt-dlp
|
(define-public yt-dlp
|
||||||
(package/inherit youtube-dl
|
(package/inherit youtube-dl
|
||||||
(name "yt-dlp")
|
(name "yt-dlp")
|
||||||
(version "2022.08.08")
|
(version "2022.09.01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2490,7 +2490,7 @@ YouTube.com and many more sites.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07qz1zdndlpki0asw35zk5hdjcwpl3n1g54nxg4yb1iykbyv7rll"))))
|
(base32 "0h46624zdqhjf79m78303v00m2r013yaccanv0010rls17v7y6pq"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments youtube-dl)
|
(substitute-keyword-arguments (package-arguments youtube-dl)
|
||||||
((#:tests? _) (not (%current-target-system)))
|
((#:tests? _) (not (%current-target-system)))
|
||||||
|
|
Reference in New Issue