guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: youtube-dl: Update to 2018.01.07.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: youtube-dl: Update to 2018.01.07.
Date: Mon, 8 Jan 2018 02:24:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 50b97d1a800a4bcf7b8b660d29f7e6a2ffb18650
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 8 06:46:43 2018 +0000

    gnu: youtube-dl: Update to 2018.01.07.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2018.01.07.
---
 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 77a82bb..d17a282 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2017 Feng Shu <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Chris Marusich <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
 ;;; Copyright © 2017 Ethan R. Jones <address@hidden>
@@ -1150,7 +1150,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.12.31")
+    (version "2018.01.07")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1158,7 +1158,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0cq10ii96lpq3z7l1js0s59sqb4h4yqwdqinl2yf7cdjynvj62xi"))))
+                "1dp1yk93mngih50p1zjbh8bi5pqh10wicjcmmrdp73cpcp2i2398"))))
     (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]