This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fcea19073c gnu: yt-dlp: Update to 2025.08.22.
fcea19073c is described below
commit fcea19073caf029d438cde0d578e765fd2db69ff
Author: Ian Eure <[email protected]>
AuthorDate: Sun Aug 24 12:42:10 2025 -0700
gnu: yt-dlp: Update to 2025.08.22.
* gnu/packages/video.scm (yt-dlp): Update to 2025.08.22.
Change-Id: I1e35954851f5c0ec0af3a8fa7560f2c080d29ba1
---
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 3b0f7f63ea..ed3f39b0ad 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3144,7 +3144,7 @@ video streaming services of the Finnish national
broadcasting company Yle.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.08.20")
+ (version "2025.08.22")
(source
(origin
(method git-fetch)
@@ -3156,7 +3156,7 @@ video streaming services of the Finnish national
broadcasting company Yle.")
(snippet #~(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "17g32lgax04yrhlvgaphdkkhv0xkxdimw57m6a1d3yhsnrbjiqhm"))))
+ (base32 "19phlzms38r6v6g2za8w0pj6cb4sbv2vi04sbah4263q3gw27i77"))))
(build-system pyproject-build-system)
(arguments
(list