GNU bug report logs -
#78447
[PATCH] gnu: yt-dlp: Update to 2025.04.30.
Previous Next
Reported by: Ian Eure <ian <at> retrospec.tv>
Date: Fri, 16 May 2025 00:55:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
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.04.30.
Change-Id: I3a5cde63fa889eaa0b734173a6bc9221335d5c13
---
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 6400eb19c5f..b945974cdc6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3103,7 +3103,7 @@ (define-public youtube-dl
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.03.31")
+ (version "2025.04.30")
(source
(origin
(method git-fetch)
@@ -3115,7 +3115,7 @@ (define-public yt-dlp
(snippet '(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "0chiykjsns3xld1y0h1sflixk1ln4xn18463mqpd4qzkavakvk3j"))))
+ (base32 "0qn1x2i0qpizsbh63nx0f09p62ilcbksnhiyc5qik4xykg6idhxy"))))
(build-system pyproject-build-system)
(arguments
`(#:tests? ,(not (%current-target-system))
--
2.49.0
This bug report was last modified 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.