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


From: guix-commits
Subject: 01/01: gnu: youtube-dl: Update to 2019.02.18.
Date: Fri, 22 Feb 2019 01:31:40 -0500 (EST)

alexvong1995 pushed a commit to branch master
in repository guix.

commit 28cbf65cb944606aafc8b07edd2c521ca58c3127
Author: Alex Vong <address@hidden>
Date:   Fri Feb 22 14:27:51 2019 +0800

    gnu: youtube-dl: Update to 2019.02.18.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2019.02.18.
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cc1de00..b0c875b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2015 Andy Patterson <address@hidden>
 ;;; Copyright © 2015, 2018 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Alex Vong <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Alex Vong <address@hidden>
 ;;; Copyright © 2016, 2017 Alex Griffin <address@hidden>
 ;;; Copyright © 2016 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Dmitry Nikolaev <address@hidden>
@@ -1359,7 +1359,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2019.01.30.1")
+    (version "2019.02.18")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/rg3/youtube-dl/releases/";
@@ -1367,7 +1367,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0wamv1fs4w8jjx67p60rgrgdi6k04yy0h4p3cwscza5pzhpmvnlf"))))
+                "1sr0f6ixpaqyp3cf29zswx84y3nfabwnk3sljcgvgnmjp73zzfv1"))))
     (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]