guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: youtube-dl: Update to 2021.01.08.


From: guix-commits
Subject: 08/08: gnu: youtube-dl: Update to 2021.01.08.
Date: Sat, 9 Jan 2021 17:45:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 64baf7fd618f4a5fa98ddf80fc934390bd03c5c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 9 22:51:53 2021 +0100

    gnu: youtube-dl: Update to 2021.01.08.
    
    * gnu/packages/video.scm (youtube-dl): Update to 2021.01.08.
---
 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 1f68208..b4a40f6 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.01.03")
+    (version "2021.01.08")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://youtube-dl.org/downloads/latest/";
                                   "youtube-dl-" version ".tar.gz"))
               (sha256
                (base32
-                "0qqixcr748nfhnihkjzayzdja26kgrsds45q5s8krmfm3b79ipli"))
+                "1k870v9xc7g16nvixa272sdjnmc7pl49ymmnn6rdz0mcj2548h3k"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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