guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: youtube-dl: Update to 2019.01.30.1.


From: guix-commits
Subject: 02/04: gnu: youtube-dl: Update to 2019.01.30.1.
Date: Mon, 4 Feb 2019 10:20:16 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 44cfbb6233408255d948c02f6c32cbd43707864e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 4 12:40:47 2019 +0100

    gnu: youtube-dl: Update to 2019.01.30.1.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2019.01.30.1.
---
 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 4ad90cc..f88d946 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1341,7 +1341,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2019.01.27")
+    (version "2019.01.30.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rg3/youtube-dl/releases/";
@@ -1349,7 +1349,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0z4x4lwpd6qd2r9xgp8cx4j1vl5vd76kzs74jp0hh3w2g31s51z8"))))
+                "0wamv1fs4w8jjx67p60rgrgdi6k04yy0h4p3cwscza5pzhpmvnlf"))))
     (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]