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


From: guix-commits
Subject: branch master updated: gnu: yt-dlp: Update to 2023.02.17.
Date: Fri, 17 Feb 2023 17:21:23 -0500

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

nckx pushed a commit to branch master
in repository guix.

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

commit b6edac40a1f38b917efd03d53e04b58dd02e7feb
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Fri Feb 17 15:37:47 2023 -0500

    gnu: yt-dlp: Update to 2023.02.17.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2023.02.17.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 0697b18f3b..fcbafdb846 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2565,7 +2565,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.01.06")
+    (version "2023.02.17")
     (source
      (origin
        (method git-fetch)
@@ -2574,7 +2574,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13kg6zsc0js4smqj6v4qpiycl9jlijj3pvp49wif6ilgv87sq7v3"))))
+        (base32 "08m626ij0jij5vbvfbbalwr97jdhl1n2w2cwwgbj5a4s7vhvp84x"))))
     (arguments
      (substitute-keyword-arguments (package-arguments youtube-dl)
        ((#:tests? _) (not (%current-target-system)))



reply via email to

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