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


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: youtube-dl: Update to 2017.10.20.
Date: Fri, 20 Oct 2017 13:46:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a6e70e1169f0ee71d9c7bc04a78cc9e84b198b25
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 20 19:23:15 2017 +0200

    gnu: youtube-dl: Update to 2017.10.20.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2017.10.20.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 43e4fc2..63824f6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1116,7 +1116,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.10.15.1")
+    (version "2017.10.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1124,7 +1124,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0zr9sx0nxk36si8xbvhlnazb69xzlygrhsxcyiydm0dy5y5ycsns"))))
+                "0npr8b1xg1dylz717kfllw433h1y16251npzch48lchq69bhm4iy"))))
     (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]