guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: yt-dlp: Update to 2024.07.09.


From: guix-commits
Subject: 02/02: gnu: yt-dlp: Update to 2024.07.09.
Date: Wed, 10 Jul 2024 17:01:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6a2d28359ff7397d6a11b09e1dd40727440005c5
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Jul 10 00:21:45 2024 -0400

    gnu: yt-dlp: Update to 2024.07.09.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2024.07.09.
    
    Change-Id: I0b6f52e3fe724ca4aa63aa73eb981a0ecffa8183
---
 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 382ad0ba59..b6bf9236b2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3138,7 +3138,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2024.05.27")
+    (version "2024.07.09")
     (source
      (origin
        (method git-fetch)
@@ -3147,7 +3147,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13j6vg0kxfw3hppq7gzbz2d72g415071gh5arkwzj902rh0c7777"))))
+        (base32 "1zw8zaihfx6fg1l9ynwm0d4zy6k30jwi7qbq9ylsl93yg1a73js9"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]