all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03
@ 2021-03-05 13:28 Daniel Brooks
  2021-03-05 16:28 ` bug#46945: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Brooks @ 2021-03-05 13:28 UTC (permalink / raw)
  To: 46945

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Update youtube-dl to version 2021-03-03 --]
[-- Type: text/x-patch, Size: 1285 bytes --]

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46945: [PATCH] gnu: Update youtube-dl to version 2021-03-03
  2021-03-05 13:28 [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03 Daniel Brooks
@ 2021-03-05 16:28 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-03-05 16:28 UTC (permalink / raw)
  To: Daniel Brooks; +Cc: 46945-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-05 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 13:28 [bug#46945] [PATCH] gnu: Update youtube-dl to version 2021-03-03 Daniel Brooks
2021-03-05 16:28 ` bug#46945: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.