me
/
guix
Archived
1
0
Fork 0

gnu: yt-dlp: Update to 2024.07.09.

* gnu/packages/video.scm (yt-dlp): Update to 2024.07.09.

Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
Leo Famulari 2024-07-10 00:21:45 -04:00
parent bb1eb43c31
commit 6a2d28359f
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 2 additions and 2 deletions

View File

@ -3138,7 +3138,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
(version "2024.05.27")
(version "2024.07.09")
(source
(origin
(method git-fetch)
@ -3147,7 +3147,7 @@ YouTube.com and many more sites.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "13j6vg0kxfw3hppq7gzbz2d72g415071gh5arkwzj902rh0c7777"))))
(base32 "1zw8zaihfx6fg1l9ynwm0d4zy6k30jwi7qbq9ylsl93yg1a73js9"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))