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 15720c2114 gnu: yt-dlp: Update to 2025.10.22.
15720c2114 is described below

commit 15720c21141694678c3818a47e680d69becd410d
Author: Mark H Weaver <[email protected]>
AuthorDate: Wed Oct 22 19:42:20 2025 -0400

    gnu: yt-dlp: Update to 2025.10.22.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2025.10.22.
---
 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 2ef3e4ea3e..09917f2880 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3134,7 +3134,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2025.10.14")
+    (version "2025.10.22")
     (source
      (origin
        (method git-fetch)
@@ -3146,7 +3146,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
        (snippet #~(substitute* "pyproject.toml"
                     (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "187rwpdh881m922h6m32pikqah1wlxjqww73ijw511i2fnwykfy7"))))
+        (base32 "19viqfk3gnl6yk9p17kp0a21w18yr32qii4grm3mys758ws881ld"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to