1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-11 20:54:04 +02:00

gnu: yt-dlp: Update to 2025.03.26.

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

Change-Id: I3e215156688ccf13ca86142d9758a1e52a898096
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Timo Wilken
2025-03-27 20:17:11 +01:00
committed by Andreas Enge
parent 136115fa0f
commit 67f4a2fead
+2 -2
View File
@@ -3169,7 +3169,7 @@ YouTube.com and many more sites.")
(define-public yt-dlp
(package
(name "yt-dlp")
(version "2025.02.19")
(version "2025.03.26")
(source
(origin
(method git-fetch)
@@ -3181,7 +3181,7 @@ YouTube.com and many more sites.")
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
(base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
(base32 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))