guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: youtube-dl: Update to 2021.03.31.


From: guix-commits
Subject: 02/03: gnu: youtube-dl: Update to 2021.03.31.
Date: Tue, 30 Mar 2021 18:59:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e3dc5819f9c6c5fdcbfa14775372a9e443744f71
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 31 00:49:07 2021 +0200

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



reply via email to

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