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


From: Efraim Flashner
Subject: 01/01: gnu: youtube-dl: Update to 2015.11.13.
Date: Sat, 14 Nov 2015 22:15:32 +0000

efraim pushed a commit to branch master
in repository guix.

commit 19a696ed728e11a01bcc8e6532103125204057e6
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 15 00:07:38 2015 +0200

    gnu: youtube-dl: Update to 2015.11.13.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2015.11.13.
---
 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 687057f..219159d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -812,7 +812,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.11.10")
+    (version "2015.11.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -820,7 +820,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1gp68wzsfg31xx6iv7ga6cp022ak14r7ghg7mbhk9zr7rz5lx8y5"))))
+                "02140awgwvspnq226xpbc4clijmqkk8hlmfqhmmzzbihvs2b4xfx"))))
     (build-system python-build-system)
     (inputs `(("setuptools" ,python-setuptools)))
     (home-page "http://youtube-dl.org";)



reply via email to

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