guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: youtube-dl: Update to 2016.03.01.


From: Efraim Flashner
Subject: 02/02: gnu: youtube-dl: Update to 2016.03.01.
Date: Thu, 03 Mar 2016 22:04:47 +0000

efraim pushed a commit to branch master
in repository guix.

commit 50b66bf1b09130cd95f9dbe8e0efb93eaba5895e
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 3 22:55:46 2016 +0200

    gnu: youtube-dl: Update to 2016.03.01.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2016.03.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 798057e..ad951ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -811,7 +811,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2016.02.22")
+    (version "2016.03.01")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -819,7 +819,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "02k3kmcrhd04j5y4iivbdms9kvkjw27cqbwd3hf4agd2jjpigkql"))))
+                "0w2dy54rnsi8fbzpnf07lpn3zzv5lhdfscanld4ai0rrrzmrl3zw"))))
     (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]