guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: yt-dlp: Update to 2023.07.06.


From: guix-commits
Subject: 01/02: gnu: yt-dlp: Update to 2023.07.06.
Date: Sat, 8 Jul 2023 20:02:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88d107b2b9bf72a628065a1475ecce7b49852c35
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:02 2023 +0200

    gnu: yt-dlp: Update to 2023.07.06.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2023.07.06.
---
 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 64428976eb..c11ae52ef4 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2602,7 +2602,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.06.22")
+    (version "2023.07.06")
     (source
      (origin
        (method git-fetch)
@@ -2611,7 +2611,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "16y0rvbj6h3i2r8yzac6d7v2md4jrik2azix58c895wcy9qamjkl"))))
+        (base32 "14g3qc3j4px5jiv292yj5hh8vxlnnd5bzvsq7h37jvhmrn5r4bsw"))))
     (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]