emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#28239: closed ([PATCH] gnu: Update youtube-dl to 2


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28239: closed ([PATCH] gnu: Update youtube-dl to 2017.08.23.)
Date: Sat, 26 Aug 2017 08:10:02 +0000

Your message dated Sat, 26 Aug 2017 13:38:31 +0530
with message-id <address@hidden>
and subject line Re: [bug#28239] [PATCH] gnu: Update youtube-dl to 2017.08.23.
has caused the debbugs.gnu.org bug report #28239,
regarding [PATCH] gnu: Update youtube-dl to 2017.08.23.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28239: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28239
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28239] [PATCH] gnu: Update youtube-dl to 2017.08.23. Date: Sat, 26 Aug 2017 13:38:31 +0530
I made a small change to the commit message, and pushed. Thanks!


--- End Message ---

reply via email to

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