guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: youtube-dl: Update to 2020.05.03.


From: guix-commits
Subject: branch master updated: gnu: youtube-dl: Update to 2020.05.03.
Date: Sat, 02 May 2020 14:34:46 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5bcb149  gnu: youtube-dl: Update to 2020.05.03.
5bcb149 is described below

commit 5bcb149c45378baac767bd18d3b83f503bf2a2ff
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Sat May 2 21:28:28 2020 +0300

    gnu: youtube-dl: Update to 2020.05.03.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2020.05.03.
---
 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 dbea0af..6656b89 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1610,7 +1610,7 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2020.03.24")
+    (version "2020.05.03")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/ytdl-org/youtube-dl/";
@@ -1618,7 +1618,7 @@ To load this plugin, specify the following option when 
starting mpv:
                                   version ".tar.gz"))
               (sha256
                (base32
-                "05l4asakakxn53wrvxn6c03fd80zdizdbj6r2cj8c1ja3sj9i8s5"))))
+                "0qigk1bml6vkck4rs0wnmr46j5gkz04zn30jvnw1r4czjs7vnpal"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion



reply via email to

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