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.01.16.


From: guix-commits
Subject: branch master updated: gnu: youtube-dl: Update to 2021.01.16.
Date: Sat, 16 Jan 2021 18:16:43 -0500

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

wigust pushed a commit to branch master
in repository guix.

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

commit c35d230c8f20c7b5ca5e848eeb01a1289c6a8b8f
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sun Jan 17 02:16:18 2021 +0300

    gnu: youtube-dl: Update to 2021.01.16.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2021.01.16.
---
 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 cf7db75..37eb078 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2198,14 +2198,14 @@ To load this plugin, specify the following option when 
starting mpv:
 (define-public youtube-dl
   (package
     (name "youtube-dl")
-    (version "2021.01.08")
+    (version "2021.01.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/";
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "1k870v9xc7g16nvixa272sdjnmc7pl49ymmnn6rdz0mcj2548h3k"))
+                "1q8pvw5j45k8nvr3d9rvnhi6xaj1mdqlkrg7q7qq6zciq5r54fhi"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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