guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: youtube-dl: Upgrade to 2015.10.24.


From: Efraim Flashner
Subject: 01/01: gnu: youtube-dl: Upgrade to 2015.10.24.
Date: Sun, 25 Oct 2015 17:14:04 +0000

efraim pushed a commit to branch master
in repository guix.

commit 581176c00b424ea6ddbeec38ba5dfaea43b53bcc
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 25 19:07:29 2015 +0200

    gnu: youtube-dl: Upgrade to 2015.10.24.
    
    * gnu/packages/video.scm (youtube-dl): Upgrade to 2015.10.24.
---
 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 e3e67be..d22975a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -797,7 +797,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.10.16")
+    (version "2015.10.24")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/";
@@ -805,7 +805,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "001a4md0yl3zx129mksmwc85grss67r3c9rynvranf9vlpv202vn"))))
+                "1q9srq08vb2yzl81hmjrgqwajckq52fhh9ag2ppbbxjibf91w5gs"))))
     (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]