me
/
guix
Archived
1
0
Fork 0

gnu: yt-dlp: Update to 2022.11.11.

* gnu/packages/video.scm (yt-dlp): Update to 2022.11.11.
master
Efraim Flashner 2022-11-27 12:53:03 +02:00
parent 8485178e34
commit 9e4f89df57
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2530,7 +2530,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.10.04") (version "2022.11.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2539,7 +2539,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 "0g2nvslzb9yx2axv6yqxdcdh49ckyipyy9apx1lx6bg6y9rjvx6v")))) (base32 "00dng4x7xbxp6w76dqkfzzhf2dh3s9pgfd0axs7qar20clj717py"))))
(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)))