Archived
1
0
Fork 0

gnu: yt-dlp: Update to 2022.10.04.

* gnu/packages/video.scm (yt-dlp): Update to 2022.10.04.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-30 02:00:01 +01:00
parent 49b696cb58
commit a7f7079b47
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2492,7 +2492,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.09.01") (version "2022.10.04")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2501,7 +2501,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 "0h46624zdqhjf79m78303v00m2r013yaccanv0010rls17v7y6pq")))) (base32 "0g2nvslzb9yx2axv6yqxdcdh49ckyipyy9apx1lx6bg6y9rjvx6v"))))
(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)))