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.06.06.


From: guix-commits
Subject: branch master updated: gnu: youtube-dl: Update to 2020.06.06.
Date: Sun, 07 Jun 2020 09:24:11 -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 dfb3f2b  gnu: youtube-dl: Update to 2020.06.06.
dfb3f2b is described below

commit dfb3f2bad8e54f44b5bb0e129ba146f70c7db3a4
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Jun 7 16:23:29 2020 +0300

    gnu: youtube-dl: Update to 2020.06.06.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2020.06.06.
---
 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 6efe6ed..8d9d5ec 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1611,7 +1611,7 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2020.05.29")
+    (version "2020.06.06")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/ytdl-org/youtube-dl/";
@@ -1619,7 +1619,7 @@ To load this plugin, specify the following option when 
starting mpv:
                                   version ".tar.gz"))
               (sha256
                (base32
-                "111ganbfi76ipfq5gjgamjbqd7m8l4lim9wwmfnc04bzvwqqzfi3"))))
+                "1qrrr14glv0jv377n61paq55b6k58jpnwbz2sp5xfl4wnxy5hqny"))))
     (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]