guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: youtube-dl: Update to 2019.03.01.


From: guix-commits
Subject: 05/06: gnu: youtube-dl: Update to 2019.03.01.
Date: Tue, 5 Mar 2019 18:15:47 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fe67e513016e970fb9ed585bfc1fd0217896b29b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 6 00:09:53 2019 +0100

    gnu: youtube-dl: Update to 2019.03.01.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2019.03.01.
---
 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 cff7d5a..f386ef3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1366,7 +1366,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2019.02.18")
+    (version "2019.03.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rg3/youtube-dl/releases/";
@@ -1374,7 +1374,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1sr0f6ixpaqyp3cf29zswx84y3nfabwnk3sljcgvgnmjp73zzfv1"))))
+                "0bxk6adyppdv50jnp5cika8wc6wfgd6d8zbg1njgmcs1pxskllmf"))))
     (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]