guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: youtube-dl: Update to 2018.01.21.


From: Tobias Geerinckx-Rice
Subject: 05/11: gnu: youtube-dl: Update to 2018.01.21.
Date: Sun, 21 Jan 2018 16:33:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1c91169094ede486bbe433fc7920076269e6f0c1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 21 16:41:00 2018 +0100

    gnu: youtube-dl: Update to 2018.01.21.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2018.01.21.
    [description]: Update.  ‘A few’ is simply no longer true.
---
 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 fa3aa0e..c5ef142 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1150,7 +1150,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.01.18")
+    (version "2018.01.21")
     (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
-                "16mdy83s8h1hw1qdbcv6anrgg9zxfw1da22fxjx53pr2x0ywwbsf"))))
+                "14ggjxnhc2sxc93h7d5k3z4n35n5q3ffsif97np0ar93x5z3zgn5"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
@@ -1185,7 +1185,7 @@ access to mpv's powerful playback capabilities.")
     (synopsis "Download videos from YouTube.com and other sites")
     (description
      "Youtube-dl is a small command-line program to download videos from
-YouTube.com and a few more sites.")
+YouTube.com and many more sites.")
     (home-page "https://yt-dl.org";)
     (license license:public-domain)))
 



reply via email to

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