1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 14:15:56 +02:00

gnu: yt-dlp: Update to 2024.07.09.

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

Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
This commit is contained in:
Leo Famulari
2024-07-10 00:21:45 -04:00
parent bb1eb43c31
commit 6a2d28359f
+2 -2
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))