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


From: Mark H. Weaver
Subject: 01/01: gnu: youtube-dl: Update to 2015.08.16.1.
Date: Sat, 22 Aug 2015 03:10:30 +0000

mhw pushed a commit to branch master
in repository guix.

commit 2bcfdd8f9cbbbba4c2a35fc9c6181726e895ed1e
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 19 16:27:36 2015 +0300

    gnu: youtube-dl: Update to 2015.08.16.1.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2015.08.16.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 a49125c..79119ef 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -792,7 +792,7 @@ projects while introducing many more.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2015.06.25")
+    (version "2015.08.16.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://youtube-dl.org/downloads/";
@@ -800,7 +800,7 @@ projects while introducing many more.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0a46qh27x5hhd9qpgsj171kh1kxxasz75771icqi2kp7m05zar3f"))))
+                "04g78anvy519pj8m8ys1ifmnmp1x3i9bw3afwqjch71n9f77papy"))))
     (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]