guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: youtube-dl: Update to 2016.02.01.


From: Efraim Flashner
Subject: 06/07: gnu: youtube-dl: Update to 2016.02.01.
Date: Wed, 03 Feb 2016 20:30:13 +0000

efraim pushed a commit to branch master
in repository guix.

commit 321a0299a7dfdef2b35e5d3f8b50069540e68975
Author: Efraim Flashner <address@hidden>
Date:   Wed Feb 3 21:52:42 2016 +0200

    gnu: youtube-dl: Update to 2016.02.01.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2016.02.01.
---
 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 f2d3f65..6169581 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -809,7 +809,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2016.01.09")
+    (version "2016.02.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -817,7 +817,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0kchbjn52smhhjcrgqcz4hdkz0wl0i73blz3m04ncb0ykbazwg26"))))
+                "04r68acrhx7wapmxph6lcf8hh0pnp76h9p85gcxpidc9m7ypzjfa"))))
     (build-system python-build-system)
     (native-inputs `(("python-setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org";)



reply via email to

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