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.10.16.


From: Efraim Flashner
Subject: 01/01: gnu: youtube-dl: Update to 2015.10.16.
Date: Sat, 17 Oct 2015 21:02:09 +0000

efraim pushed a commit to branch master
in repository guix.

commit 6f35d39647aabb6d6e9dbc10b6bdb84e2e06b6a5
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 17 23:59:06 2015 +0300

    gnu: youtube-dl: Update to 2015.10.16.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
---
 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 45c1099..013fef9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -793,7 +793,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.09.28")
+    (version "2015.10.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/";
@@ -801,7 +801,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0q3s2a91s1lr1db2ngacq0iapyr4jngx1dqp4z5dc6zma0qyx5k3"))))
+                "001a4md0yl3zx129mksmwc85grss67r3c9rynvranf9vlpv202vn"))))
     (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]