guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: youtube-dl: Update to 2016.05.01.


From: Efraim Flashner
Subject: 03/04: gnu: youtube-dl: Update to 2016.05.01.
Date: Mon, 9 May 2016 11:51:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit e20a94aa8841561d62cb63c34c18be6dcd34ec22
Author: Efraim Flashner <address@hidden>
Date:   Mon May 9 13:49:49 2016 +0300

    gnu: youtube-dl: Update to 2016.05.01.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2016.05.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 6fe9932..1bd5198 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -860,7 +860,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2016.04.06")
+    (version "2016.05.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -868,7 +868,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1kdrjwrn0x1wmvansvd2222gfqnld4zdihf2jwnz36112r1p8nhi"))))
+                "1w04afmwq5pjvp3nl2k59q0cigqrj9n8fwkydcfldwpq83l15j5d"))))
     (build-system python-build-system)
     (home-page "http://youtube-dl.org";)
     (arguments



reply via email to

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