guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: yt-dlp: Update to 2022.07.18.


From: guix-commits
Subject: 01/05: gnu: yt-dlp: Update to 2022.07.18.
Date: Sat, 6 Aug 2022 03:55:36 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 7f9b7ed0ffb8db1c7d4c509a59cac28d811928db
Author: kiasoc5 <kiasoc5@disroot.org>
AuthorDate: Sat Aug 6 01:28:34 2022 -0400

    gnu: yt-dlp: Update to 2022.07.18.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2022.07.18.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 04049fd9c8..017c0d3857 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2474,7 +2474,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2022.06.22.1")
+    (version "2022.07.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/yt-dlp/yt-dlp/";
@@ -2482,7 +2482,7 @@ YouTube.com and many more sites.")
                                   version "/yt-dlp.tar.gz"))
               (sha256
                (base32
-                "1nr6g3dhvjc10jzhyvgjrrxqhsgi3hiw8bswp8bi6bscimd9vhps"))
+                "1wmzfqhysx1mqdba4ikvm6nbahasihi4xgqwqad20y3vs701slyj"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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