civodul pushed a commit to branch master
in repository guix.

commit faa77145edf242f3c1c7b69eeff9e5a25c56bcb5
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Dec 25 20:42:09 2024 +0100

    gnu: yt-dlp: Update to 2024.12.23.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2024.12.23.
    
    Change-Id: Ide6d201be0d8742802629ea7eb9053f2f45714eb
    Signed-off-by: Ludovic Courtès <[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 48bd745b34..da07785043 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3167,7 +3167,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2024.12.13")
+    (version "2024.12.23")
     (source
      (origin
        (method git-fetch)
@@ -3179,7 +3179,7 @@ YouTube.com and many more sites.")
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "1659zblb5a06g033161s3qdndcafkkkz3zcm05vdk1zcjca9drbk"))))
+        (base32 "19w4lgnr3n3lrcf81285ic3qpsjyi8vhp3mfq762minllqvgcfzb"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))

Reply via email to