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 4bf59d8a87 gnu: yt-dlp: Update to 2025.10.14.
4bf59d8a87 is described below

commit 4bf59d8a87a3ea8c3b0e680d38a793fb8f3091da
Author: Thanos Apollo <[email protected]>
AuthorDate: Wed Oct 22 18:12:08 2025 +0300

    gnu: yt-dlp: Update to 2025.10.14.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2025.10.14.
    [propagated-inputs]: Remove stale package comment.
    
    Change-Id: I4e2891ef87c688450470c4faa9f1604454d4cf08
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5c58227d0b..2ef3e4ea3e 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.09.26")
+    (version "2025.10.14")
     (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 "0j6l2zskmsvqk8h3ialbymk75i0bfzn2qmc2gk6s1ybhnpryrv7y"))))
+        (base32 "187rwpdh881m922h6m32pikqah1wlxjqww73ijw511i2fnwykfy7"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -3192,7 +3192,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
                   python-certifi
                   python-mutagen
                   python-pycryptodomex
-                  python-requests ; TODO Remove this special package
+                  python-requests
                   python-urllib3
                   python-websockets))
     (native-inputs

Reply via email to