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 e36f3a691e gnu: yt-dlp: Update to 2026.02.04.
e36f3a691e is described below

commit e36f3a691e1194aa111cbbccb525c64579210565
Author: msglm <[email protected]>
AuthorDate: Fri Feb 6 08:41:31 2026 -0600

    gnu: yt-dlp: Update to 2026.02.04.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2026.02.04
    
    Signed-off-by: Ian Eure <[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 fb9be0a6b9..b471c78c05 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3255,7 +3255,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2026.01.29")
+    (version "2026.02.04")
     (source
      (origin
        (method git-fetch)
@@ -3264,7 +3264,7 @@ video streaming services of the Finnish national 
broadcasting company Yle.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "095lk2zc8syra8s1156m4qywbfm1zhmg4wkddn198058avpwn3wz"))))
+        (base32 "030dashvrzhmp76lgdwnmj5p2405d0hhl91mkiggn187hzzg6y99"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to