[bug#77319] gnu: yt-dlp: Update to 2025.03.26.
Commit Message
* gnu/packages/video.scm (yt-dlp): Update to 2025.03.26.
Change-Id: I3e215156688ccf13ca86142d9758a1e52a898096
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
user guix
usertag 77319 + reviewed-looks-good
thanks
Guix QA review form submission:
tested, this patch fixes runtime failures of yt-dlp
Items marked as checked: Lint warnings, Package builds, Commit messages
Pushed, thanks for the patch and the review!
Andreas
@@ -3169,7 +3169,7 @@ (define-public youtube-dl
(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 @@ (define-public yt-dlp
(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))