guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: youtube-dl: Update to 2017.04.28.


From: Arun Isaac
Subject: 01/01: gnu: youtube-dl: Update to 2017.04.28.
Date: Fri, 28 Apr 2017 12:39:39 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit 73749ae9f1e4f1102fe5c1824840ee6574874fd9
Author: Arun Isaac <address@hidden>
Date:   Fri Apr 28 22:06:58 2017 +0530

    gnu: youtube-dl: Update to 2017.04.28.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2017.04.28.
---
 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 88feac8..e3f9f36 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -989,7 +989,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.04.16")
+    (version "2017.04.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -997,7 +997,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1pgdfspzv15772q7kakfq5qx1r70lcviwzk6sz9z1cddxzffxgdd"))))
+                "0d3mgf8qxb07b7bjf79ppaxhcl4f47q0zjpshp6y2q0lalfskh3j"))))
     (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]