unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75094] [PATCH] gnu: yt-dlp: Update to 2024.12.23.
@ 2024-12-25 19:42 Ashish SHUKLA via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-12-25 19:42 UTC (permalink / raw)
  To: 75094; +Cc: Ashish SHUKLA

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

Change-Id: Ide6d201be0d8742802629ea7eb9053f2f45714eb
---
 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 74a570a540..8d09ad983f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3167,7 +3167,7 @@ (define-public youtube-dl
 (define-public yt-dlp
   (package
     (name "yt-dlp")
-    (version "2024.12.13")
+    (version "2024.12.23")
     (source
      (origin
        (method git-fetch)
@@ -3179,7 +3179,7 @@ (define-public yt-dlp
        (snippet '(substitute* "pyproject.toml"
                    (("^.*Programming Language :: Python :: 3\\.13.*$") "")))
        (sha256
-        (base32 "1659zblb5a06g033161s3qdndcafkkkz3zcm05vdk1zcjca9drbk"))))
+        (base32 "19w4lgnr3n3lrcf81285ic3qpsjyi8vhp3mfq762minllqvgcfzb"))))
     (build-system pyproject-build-system)
     (arguments
      `(#:tests? ,(not (%current-target-system))

base-commit: 67bd4c0b3b67bc82c0d4ad6892b944e5d9d75535
-- 
2.47.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-25 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-25 19:42 [bug#75094] [PATCH] gnu: yt-dlp: Update to 2024.12.23 Ashish SHUKLA via Guix-patches via

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