This is an automated email from the git hooks/post-receive script. andreas pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 67f4a2fead gnu: yt-dlp: Update to 2025.03.26. 67f4a2fead is described below commit 67f4a2feadbb6cc04a61b5a3bc7b8f4bace2a0bb Author: Timo Wilken <g...@twilken.net> AuthorDate: Thu Mar 27 20:17:11 2025 +0100 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 <andr...@enge.fr> --- 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 10df7e908f..b37482831f 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.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))