This is an automated email from the git hooks/post-receive script. ieure pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new c07aaa3da1 gnu: yt-dlp: Update to 2025.03.31. c07aaa3da1 is described below commit c07aaa3da19b7e13825e2a5e1fa874a624ce095d Author: Jakob Kirsch <jakob.kir...@web.de> AuthorDate: Thu Apr 3 19:01:18 2025 +0200 gnu: yt-dlp: Update to 2025.03.31. * gnu/packages/video.scm (yt-dlp): Update to 2025.03.31. Change-Id: Ie6b1fa8c53af4fb019a7dddda80c83a01a6e021f Signed-off-by: Ian Eure <i...@retrospec.tv> --- 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 0ddfc022a9..9f18f4dcc2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3169,7 +3169,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2025.03.26") + (version "2025.03.31") (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 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d")))) + (base32 "0chiykjsns3xld1y0h1sflixk1ln4xn18463mqpd4qzkavakvk3j")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system))