GNU bug report logs -
#46945
[PATCH] gnu: Update youtube-dl to version 2021-03-03
Previous Next
Reported by: Daniel Brooks <db48x <at> db48x.net>
Date: Fri, 5 Mar 2021 13:29:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46945 in the body.
You can then email your comments to 46945 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#46945
; Package
guix-patches
.
(Fri, 05 Mar 2021 13:29:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Daniel Brooks <db48x <at> db48x.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 05 Mar 2021 13:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-Update-youtube-dl-to-version-2021-03-03.patch (text/x-patch, inline)]
From 52cdfafaa59e51d66ef7d3b45e2f9f553de3bc5c Mon Sep 17 00:00:00 2001
From: Daniel Brooks <db48x <at> 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
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 05 Mar 2021 16:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Daniel Brooks <db48x <at> db48x.net>
:
bug acknowledged by developer.
(Fri, 05 Mar 2021 16:29:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 46945-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Daniel Brooks <db48x <at> 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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Apr 2021 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.