guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: yt-dlp: Update to 2022.08.08.


From: guix-commits
Subject: 05/05: gnu: yt-dlp: Update to 2022.08.08.
Date: Sat, 13 Aug 2022 08:13:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a6fb2d27608933f3dbf8d8543b424bac12552254
Author: pinoaffe <pinoaffe@gmail.com>
AuthorDate: Sat Aug 13 04:39:49 2022 -0700

    gnu: yt-dlp: Update to 2022.08.08.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 68f129dee7..4b438a08c8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2486,7 +2486,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2022.07.18")
+    (version "2022.08.08")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/yt-dlp/yt-dlp/";
@@ -2494,7 +2494,7 @@ YouTube.com and many more sites.")
                                   version "/yt-dlp.tar.gz"))
               (sha256
                (base32
-                "1wmzfqhysx1mqdba4ikvm6nbahasihi4xgqwqad20y3vs701slyj"))
+                "0vrmdk3znncph3a4b1y83pxnzhkv1b210b0ncb5daghgsz0jwv1k"))
               (snippet
                #~(begin
                    ;; Delete the pre-generated files, except for the man page



reply via email to

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