guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: youtube-dl: Update to 2017.04.03.


From: Tobias Geerinckx-Rice
Subject: 11/11: gnu: youtube-dl: Update to 2017.04.03.
Date: Mon, 3 Apr 2017 18:17:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f49ced682736b4ac27a2f01c9ae80bebc050fbf9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 3 04:24:04 2017 +0200

    gnu: youtube-dl: Update to 2017.04.03.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
---
 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 b29f6cc..4f005f5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -984,7 +984,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.03.26")
+    (version "2017.04.03")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -992,7 +992,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "00ysv18p4rqg7sswbpjpmmvaih6nm135bpllqdlj4ns8kjqmh59j"))))
+                "1zfhq20i7xz0djfps39k3yrpdl8ni2yqh43211ma5m40ms78j4yk"))))
     (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]