guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: youtube-dl: Update to 2021-03-03.


From: guix-commits
Subject: branch master updated: gnu: youtube-dl: Update to 2021-03-03.
Date: Fri, 05 Mar 2021 11:28:30 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3aa65ce  gnu: youtube-dl: Update to 2021-03-03.
3aa65ce is described below

commit 3aa65ce266878ddf558b7553185ef7ffb9eb0bdb
Author: Daniel Brooks <db48x@db48x.net>
AuthorDate: Fri Mar 5 05:28:11 2021 -0800

    gnu: youtube-dl: Update to 2021-03-03.
    
    gnu/packages/video.scm (youtube-dl): Update to 2021-03-03.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 564c465..4cc1f0b 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



reply via email to

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