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 39cfcae91b gnu: yt-dlp: Update to 2025.09.26.
39cfcae91b is described below

commit 39cfcae91bc26669126f2a695ef1fe348de23c29
Author: Mark H Weaver <[email protected]>
AuthorDate: Sat Sep 27 20:39:25 2025 -0400

    gnu: yt-dlp: Update to 2025.09.26.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2025.09.26.
---
 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 0db7214975..991c4b4741 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3138,7 +3138,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2025.09.23")
+    (version "2025.09.26")
     (source
      (origin
        (method git-fetch)
@@ -3150,7 +3150,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
        (snippet #~(substitute* "pyproject.toml"
                     (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "0x6yjvv0wwyx10bpk2s06k8amah4q6v1g2plwrng1ap2jza539x6"))))
+        (base32 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to