guix-commits
[Top][All Lists]
Advanced

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

17/17: gnu: yt-dlp: Update to 2023.10.13.


From: guix-commits
Subject: 17/17: gnu: yt-dlp: Update to 2023.10.13.
Date: Sat, 25 Nov 2023 17:36:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 9501d5388d0452eb7ce14baceef1c7ac90333de8
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sat Nov 11 23:22:42 2023 -0500

    gnu: yt-dlp: Update to 2023.10.13.
    
    * gnu/packages/video.scm (yt-dlp): Update to 2023.10.13.
    
    Change-Id: I69da19ce8141fce99bb41daf6fe1892e5d6a9736
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/video.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 341f77cdc3..e9b2a17851 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -66,6 +66,7 @@
 ;;; Copyright © 2023 Ott Joon <oj@vern.cc>
 ;;; Copyright © 2023 Dominik Delgado Steuter <dds@disroot.org>
 ;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
+;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2683,7 +2684,7 @@ YouTube.com and many more sites.")
 (define-public yt-dlp
   (package/inherit youtube-dl
     (name "yt-dlp")
-    (version "2023.09.24")
+    (version "2023.10.13")
     (source
      (origin
        (method git-fetch)
@@ -2692,7 +2693,7 @@ YouTube.com and many more sites.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15ngsg3cadf2bv700fa1k5az5xpsm0wqr0cixbz8fcbhwdflfq6f"))))
+        (base32 "1cy8cpqwq6yfsbrnln3qqp9lsjckn20m6w7b890ha7jahyir5m1n"))))
     (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]