guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: youtube-dl: Update to 2020.03.24.


From: guix-commits
Subject: 07/11: gnu: youtube-dl: Update to 2020.03.24.
Date: Sat, 28 Mar 2020 20:25:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aee7f3a30763aee5dc79276b86da97bf66db096b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 00:56:08 2020 +0100

    gnu: youtube-dl: Update to 2020.03.24.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
---
 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 227c11d..7f21bc3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1640,7 +1640,7 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2020.03.08")
+    (version "2020.03.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/ytdl-org/youtube-dl/";
@@ -1648,7 +1648,7 @@ To load this plugin, specify the following option when 
starting mpv:
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1xbka14wnalcqkhibfcqw8f5bw1m9b1f44719yifv1jk0614q4bn"))))
+                "05l4asakakxn53wrvxn6c03fd80zdizdbj6r2cj8c1ja3sj9i8s5"))))
     (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]