guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: youtube-dl: Update to 2021.06.06.


From: guix-commits
Subject: 02/02: gnu: youtube-dl: Update to 2021.06.06.
Date: Mon, 7 Jun 2021 16:03:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 920dd34a3428e44a4bc60d01f870b7ec49b8df43
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Mon Jun 7 14:28:02 2021 +0200

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



reply via email to

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