guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: youtube-dl: Update to 2017.01.10.


From: Ludovic Courtès
Subject: 03/03: gnu: youtube-dl: Update to 2017.01.10.
Date: Tue, 10 Jan 2017 21:15:38 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 39dc70323ca9844ddd7fdd1ff4e150a1875c8d5d
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 10 22:14:18 2017 +0100

    gnu: youtube-dl: Update to 2017.01.10.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2017.01.10.  Change
    URLs to yt-dl.org.
---
 gnu/packages/video.scm |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8d7bab0..a5b3547 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -970,15 +970,15 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2016.12.15")
+    (version "2017.01.10")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://youtube-dl.org/downloads/";
+              (uri (string-append "https://yt-dl.org/downloads/";
                                   version "/youtube-dl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "17m3dimgpn6139w95drc7zncfx2mskjx45qvmj74zhdqxnk3gnc5"))))
+                "0clr6vj9lg96fffc9xv2apr7an6lljnli1b8clfj4dap1i0d34v4"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
@@ -1006,7 +1006,7 @@ access to mpv's powerful playback capabilities.")
     (description
      "Youtube-dl is a small command-line program to download videos from
 YouTube.com and a few more sites.")
-    (home-page "https://youtube-dl.org";)
+    (home-page "https://yt-dl.org";)
     (license license:public-domain)))
 
 (define-public libbluray



reply via email to

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