guix-commits
[Top][All Lists]
Advanced

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

01/01: youtube-dl: Update to 2016.02.05.1.


From: David Thompson
Subject: 01/01: youtube-dl: Update to 2016.02.05.1.
Date: Tue, 09 Feb 2016 02:54:58 +0000

davexunit pushed a commit to branch master
in repository guix.

commit fe65ef54c5d937fded8c56f32dacc3b871dee8a9
Author: David Thompson <address@hidden>
Date:   Mon Feb 8 21:47:22 2016 -0500

    youtube-dl: Update to 2016.02.05.1.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2016.02.05.1.
---
 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 bc155fb..393d8d0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -807,7 +807,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2016.02.01")
+    (version "2016.02.05.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -815,7 +815,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "04r68acrhx7wapmxph6lcf8hh0pnp76h9p85gcxpidc9m7ypzjfa"))))
+                "17aza9c961mvqjp5sph61gv777g8xq3vzr5vjrng3gygfz7j2mn0"))))
     (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]