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


From: Efraim Flashner
Subject: 01/01: gnu: youtube-dl: Update to 2015.12.23.
Date: Tue, 29 Dec 2015 07:33:30 +0000

efraim pushed a commit to branch master
in repository guix.

commit c7d0bf0071306bc996b0584190a85b9859fdead9
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 29 09:31:54 2015 +0200

    gnu: youtube-dl: Update to 2015.12.23.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2015.12.23.
---
 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 da1dcc7..384a81e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -805,7 +805,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.12.09")
+    (version "2015.12.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -813,7 +813,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "11rzb30ik4all43r7bnsnm35mvs37y7xj3g9r7ig9jr7qlbhllwk"))))
+                "1fprzycz14w84ljxmpbwagfy20bahrvsa45i7l691svqkjbqhw7y"))))
     (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]