guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: youtube-dl: Update to 2015.05.20.


From: Mark H. Weaver
Subject: 01/01: gnu: youtube-dl: Update to 2015.05.20.
Date: Fri, 22 May 2015 08:32:45 +0000

mhw pushed a commit to branch master
in repository guix.

commit 56120263a99113b024f06606339a9816d8dd58fb
Author: Mark H Weaver <address@hidden>
Date:   Fri May 22 04:25:36 2015 -0400

    gnu: youtube-dl: Update to 2015.05.20.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2015.05.20.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c890d45..b9f80b2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -857,7 +857,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.01.23.4")
+    (version "2015.05.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -865,7 +865,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0pvvab9dk1righ3fa79000iz8fzdlcxakscx5sd31730c37j3kj2"))))
+                "1crfada7vq3d24062wr06sfam66cf14j06wnhg7w5ljzrbynvpll"))))
     (build-system python-build-system)
     (inputs `(("setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org";)



reply via email to

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