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


From: guix-commits
Subject: 01/01: gnu: youtube-dl: Update to 2019.01.10.
Date: Tue, 15 Jan 2019 02:42:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 38f18309e1f13b1df9add9dafcbc634f0e15004c
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 15 09:35:41 2019 +0200

    gnu: youtube-dl: Update to 2019.01.10.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2019.01.10.
    [source]: Update uri.
---
 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 a040031..48404d4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1313,15 +1313,15 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.12.17")
+    (version "2019.01.10")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://yt-dl.org/downloads/";
-                                  version "/youtube-dl-"
+              (uri (string-append "https://github.com/rg3/youtube-dl/releases/";
+                                  "download/" version "/youtube-dl-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1nd4zr3wd35vldm775m9wcgbzma2013yyj134lcz19ipjs38isrk"))))
+                "07r1y06697vhbkbf8pix4cnybaqmlf1wb2df5glj2xv8nl6f51gd"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion



reply via email to

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