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


From: Rutger Helling
Subject: 01/01: gnu: youtube-dl: Update to 2018.10.05.
Date: Fri, 19 Oct 2018 05:43:59 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 0fd874ebd11324139ddf976a39d99e6bb6f6996f
Author: Rutger Helling <address@hidden>
Date:   Fri Oct 19 11:42:25 2018 +0200

    gnu: youtube-dl: Update to 2018.10.05.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2018.10.05.
---
 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 ab57ee4..a6930ab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1268,7 +1268,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2018.09.18")
+    (version "2018.10.05")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1276,7 +1276,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mlsdmddmyy3xaqy366k48xds14g17l81al3kglndjkbrrji63sb"))))
+                "1iq02kwxdgh07bf0w0fvbsjbdshs4kja35gy8m70ji9cj10l1mbw"))))
     (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]