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

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

bug#46945: closed ([PATCH] gnu: Update youtube-dl to version 2021-03-03)


From: GNU bug Tracking System
Subject: bug#46945: closed ([PATCH] gnu: Update youtube-dl to version 2021-03-03)
Date: Fri, 05 Mar 2021 16:29:02 +0000

Your message dated Fri, 05 Mar 2021 17:28:43 +0100
with message-id <87h7lpef9g.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46945] [PATCH] gnu: Update youtube-dl to version 
2021-03-03
has caused the debbugs.gnu.org bug report #46945,
regarding [PATCH] gnu: Update youtube-dl to version 2021-03-03
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46945: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46945
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03 Date: Fri, 05 Mar 2021 05:28:11 -0800
>From 52cdfafaa59e51d66ef7d3b45e2f9f553de3bc5c Mon Sep 17 00:00:00 2001
From: Daniel Brooks <db48x@db48x.net>
Date: Fri, 5 Mar 2021 05:07:49 -0800
Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03

gnu/packages/video.scm: The most important change is an update to the Youtube 
API.
---
 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 564c465dab..4cc1f0b441 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2197,14 +2197,14 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2021.02.22")
+    (version "2021.03.03")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/";
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "19j4kfqln1yk47dpid9j4z3zvgxy6xar1mpfsadifikfdgbmsq7x"))
+                "11z2v8mdii0bl13850mc6hgz80d0kgzb4hdxyikc3wa4jqfwrq7f"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page
-- 
2.26.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03 Date: Fri, 05 Mar 2021 17:28:43 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Daniel Brooks <db48x@db48x.net> writes:

> Subject: [PATCH] gnu: Update youtube-dl to version 2021-03-03
>
> gnu/packages/video.scm: The most important change is an update to the
> Youtube API.

I "normalized" the commit message and pushed. Thanks!

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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