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


From: Efraim Flashner
Subject: 01/01: gnu: youtube-dl: Update to 2016.01.09.
Date: Mon, 11 Jan 2016 11:31:55 +0000

efraim pushed a commit to branch master
in repository guix.

commit ec70fec559659163528a59690c48f704d9682517
Author: Efraim Flashner <address@hidden>
Date:   Mon Jan 11 13:19:29 2016 +0200

    gnu: youtube-dl: Update to 2016.01.09.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2016.01.09.
---
 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 fad56ce..752e51d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -803,7 +803,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.12.29")
+    (version "2016.01.09")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -811,7 +811,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0232wiq8mjs5ngmlcvf0292icrhvzr9mkwy2km0g0djznsf7rxjg"))))
+                "0kchbjn52smhhjcrgqcz4hdkz0wl0i73blz3m04ncb0ykbazwg26"))))
     (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]