guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: youtube-dl: Update to 2021.04.26.


From: guix-commits
Subject: 05/13: gnu: youtube-dl: Update to 2021.04.26.
Date: Tue, 27 Apr 2021 06:27:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e11246dc589b3922992a3f5bdd098f4239cbb04a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 27 00:26:18 2021 +0200

    gnu: youtube-dl: Update to 2021.04.26.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2021.04.26.
---
 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 7e8d5a7..481ab46 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2179,14 +2179,14 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2021.04.17")
+    (version "2021.04.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/";
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "0hhfv9hdfvbxxqsll5bg5166jn20x9na9wbmy0dqww41dadgbvvm"))
+                "0jpa65jr5djn9175p6a8j9i1zgarshfwfsgmprc0vvnsl3s23ksc"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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