guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: yt-dlp: Update to 2022.06.22.1.


From: guix-commits
Subject: 04/04: gnu: yt-dlp: Update to 2022.06.22.1.
Date: Sat, 25 Jun 2022 12:45:25 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 4772c03ffee551f872a952454ba7beace6f4c513
Author: raingloom <raingloom@riseup.net>
AuthorDate: Fri Jun 24 03:55:02 2022 +0200

    gnu: yt-dlp: Update to 2022.06.22.1.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2022.06.22.1.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 3f565867aa..e88c3071a3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2467,7 +2467,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2022.05.18")
+    (version "2022.06.22.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/yt-dlp/yt-dlp/";
@@ -2475,7 +2475,7 @@ YouTube.com and many more sites.")
                                   version "/yt-dlp.tar.gz"))
               (sha256
                (base32
-                "0wiiwqj8m4z6lladmrsp9354ddwlhn2gf0b39j271001g6fyi82r"))
+                "1nr6g3dhvjc10jzhyvgjrrxqhsgi3hiw8bswp8bi6bscimd9vhps"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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