[bug#77319] gnu: yt-dlp: Update to 2025.03.26.

Message ID 20250327191710.4684-2-guix@twilken.net
State New
Headers
Series [bug#77319] gnu: yt-dlp: Update to 2025.03.26. |

Commit Message

Timo Wilken March 27, 2025, 7:17 p.m. UTC
  * gnu/packages/video.scm (yt-dlp): Update to 2025.03.26.

Change-Id: I3e215156688ccf13ca86142d9758a1e52a898096
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Nicolas Graves March 28, 2025, 10:54 p.m. UTC | #1
user guix
usertag 77319 + reviewed-looks-good
thanks

Guix QA review form submission:
tested, this patch fixes runtime failures of yt-dlp

Items marked as checked: Lint warnings, Package builds, Commit messages
  
Andreas Enge March 29, 2025, 9:47 a.m. UTC | #2
Pushed, thanks for the patch and the review!

Andreas
  

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9ad8262b985..fa7024e7590 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3169,7 +3169,7 @@  (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2025.02.19")
+    (version "2025.03.26")
     (source
      (origin
        (method git-fetch)
@@ -3181,7 +3181,7 @@  (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
+        (base32 "0a29jdmwnbqfr34ilfm74hrvh33l4iv11ls2fm64kbjp6pp9z22d"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))