guix-patches
[Top][All Lists]
Advanced

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

[bug#28239] [PATCH] gnu: Update youtube-dl to 2017.08.23.


From: Oleg Pykhalov
Subject: [bug#28239] [PATCH] gnu: Update youtube-dl to 2017.08.23.
Date: Sat, 26 Aug 2017 06:08:55 +0300

>From f57a3cf607a9bb7992b8eb8f30d2baac9cfd5f87 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <address@hidden>
Date: Sat, 26 Aug 2017 03:59:44 +0300
Subject: [PATCH] gnu: Update youtube-dl to 2017.08.23.

* gnu/packages/video.scm (youtube-dl): Update to 2017.08.23.
---
 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 2057307a3..4ce2a8f40 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1121,7 +1121,7 @@ access to mpv's powerful playback capabilities.")
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2017.08.18")
+    (version "2017.08.23")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://yt-dl.org/downloads/";
@@ -1129,7 +1129,7 @@ access to mpv's powerful playback capabilities.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1mn3wi31k62c6drpplzp2irygjhiwprj5k7w4m0g8m4bgfdjgx57"))))
+                "1vq0r37ynnj2hx0ssh3hycg4wzhwch5pphq76swfz76r1klnrich"))))
     (build-system python-build-system)
     (arguments
      ;; The problem here is that the directory for the man page and completion
-- 
2.14.1






reply via email to

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