guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: yt-dlp: Update to 2022.02.04.


From: guix-commits
Subject: branch master updated: gnu: yt-dlp: Update to 2022.02.04.
Date: Tue, 15 Feb 2022 14:54:46 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 69f94ff95c gnu: yt-dlp: Update to 2022.02.04.
69f94ff95c is described below

commit 69f94ff95c39ff34bc0b7887674cbbcd09916169
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Feb 15 14:53:28 2022 -0500

    gnu: yt-dlp: Update to 2022.02.04.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
---
 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 69f33f223b..b0c5e5be1f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2452,7 +2452,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2021.10.22")
+    (version "2022.02.04")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/yt-dlp/yt-dlp/";
@@ -2460,7 +2460,7 @@ YouTube.com and many more sites.")
                                   version "/yt-dlp.tar.gz"))
               (sha256
                (base32
-                "0xh4cwmvx49pxn8x07wj2dy8ynj6xg8977l5493vv0l8zc27wp87"))
+                "1qx8sx47lzyrcl00r2657zjaq0mwfbzjyfnv5lr5dlm552f13pf8"))
               (snippet
                '(begin
                   ;; Delete the pre-generated files, except for the man page



reply via email to

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