guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: youtube-dl: Update to 2021.04.07.


From: guix-commits
Subject: 04/04: gnu: youtube-dl: Update to 2021.04.07.
Date: Wed, 7 Apr 2021 15:38:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 43110e8d4e3b88481b99ffd8a88158d1fc54837e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 7 21:26:32 2021 +0200

    gnu: youtube-dl: Update to 2021.04.07.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2021.04.07.
---
 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 0a6bd3f..571dbb7 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.01")
+    (version "2021.04.07")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/";
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "1vw9l32bv115129v1lfar626y3vivvxkp36bc1phjcrsjfayz67h"))
+                "02d51l6gdjr3zhhi7ydf5kzv8dv4jzq0ygja7zb2h9k7hnl0l27m"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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