unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67121] [PATCH] gnu: yt-dlp: Update to 2023.10.13.
@ 2023-11-12  4:22 Jaeme Sifat via Guix-patches via
  2023-11-25 22:34 ` bug#67121: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-11-12  4:22 UTC (permalink / raw)
  To: 67121; +Cc: Jaeme Sifat

* gnu/packages/video.scm (yt-dlp): Update to 2023.10.13.

Change-Id: I69da19ce8141fce99bb41daf6fe1892e5d6a9736
---
 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 68581301a2..23de384c57 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 @@ (define-public youtube-dl
 (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 @@ (define-public yt-dlp
              (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)))

base-commit: af6105afc67a15a491a0a4fd18a28c9f801a0b94
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67121: [PATCH] gnu: yt-dlp: Update to 2023.10.13.
  2023-11-12  4:22 [bug#67121] [PATCH] gnu: yt-dlp: Update to 2023.10.13 Jaeme Sifat via Guix-patches via
@ 2023-11-25 22:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-25 22:34 UTC (permalink / raw)
  To: Jaeme Sifat; +Cc: 67121-done

Hi,

Jaeme Sifat <jaeme@runbox.com> skribis:

> * gnu/packages/video.scm (yt-dlp): Update to 2023.10.13.
>
> Change-Id: I69da19ce8141fce99bb41daf6fe1892e5d6a9736

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-25 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-12  4:22 [bug#67121] [PATCH] gnu: yt-dlp: Update to 2023.10.13 Jaeme Sifat via Guix-patches via
2023-11-25 22:34 ` bug#67121: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).