guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: youtube-dl: Update to 2018.02.26.


From: Tobias Geerinckx-Rice
Subject: 03/14: gnu: youtube-dl: Update to 2018.02.26.
Date: Tue, 27 Feb 2018 10:50:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0c548d9875df9f099aff0b8158003c63436376de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Feb 27 13:01:55 2018 +0100

    gnu: youtube-dl: Update to 2018.02.26.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2018.02.26.
---
 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 a1ead1d..0d939ab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1157,7 +1157,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.02.22")
+    (version "2018.02.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1165,7 +1165,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "112qmwrkd0cpyx2h20k6y07lw7iixvj8yya7r97h3k1y1py9vbz8"))))
+                "0ijjnx8qjxk07v5dbz3n5z3cvz8dlkmh7jkyvgng7inl74c29zq5"))))
     (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]