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 8f940ef48d gnu: yt-dlp: Update to 2025.12.08.
8f940ef48d is described below
commit 8f940ef48d0c593c5ed844f680d5986ad5e423e8
Author: Sergey Trofimov <[email protected]>
AuthorDate: Fri Jan 2 17:24:07 2026 +0100
gnu: yt-dlp: Update to 2025.12.08.
* gnu/packages/video.scm (yt-dlp): Update to 2025.12.08.
Closes guix/guix#5315
Change-Id: Ic37c72d740a08d4b51c54093447e1bb3ae2fdf4f
Signed-off-by: Cayetano Santos <[email protected]>
---
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 05f0089d14..969a306226 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3195,7 +3195,7 @@ video streaming services of the Finnish national
broadcasting company Yle.")
(define-public yt-dlp
(package
(name "yt-dlp")
- (version "2025.11.12")
+ (version "2025.12.08")
(source
(origin
(method git-fetch)
@@ -3207,7 +3207,7 @@ video streaming services of the Finnish national
broadcasting company Yle.")
(snippet #~(substitute* "pyproject.toml"
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
(sha256
- (base32 "18kqf4z4r6ls9bik8jbwqbj5j4fai7xjhgn8p7pjgkd2q0nhavqj"))))
+ (base32 "1s4gbf49y6mpnfqy7n0lz2klfs9q1cbzcrg9mp353bl2zw68qknb"))))
(build-system pyproject-build-system)
(arguments
(list