GNU bug report logs -
#77319
[PATCH] gnu: yt-dlp: Update to 2025.03.26.
Previous Next
Reported by: Timo Wilken <guix <at> twilken.net>
Date: Thu, 27 Mar 2025 19:19:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9ad8262b985..fa7024e7590 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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))
--
2.49.0
This bug report was last modified 55 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.