diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2024-12-18 17:45:49 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2024-12-18 16:43:51 -0500 |
commit | a9a944a49771945af7486d96bf63b814722bc301 (patch) | |
tree | ba1680247c17c863b7d7e738a76f5a50f62a9b02 | |
parent | 71480d609b06459309124f5497169167f9965b36 (diff) |
gnu: yt-dlp: Update to 2024.12.13.
* gnu/packages/video.scm (yt-dlp): Update to 2024.12.13.
Change-Id: I9aaf05b55c5f5e8fd07616945dc5b4bfde1573b2
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0cf7f19ea7..fc7f930df0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3167,7 +3167,7 @@ YouTube.com and many more sites.") (define-public yt-dlp (package (name "yt-dlp") - (version "2024.11.18") + (version "2024.12.13") (source (origin (method git-fetch) @@ -3179,7 +3179,7 @@ YouTube.com and many more sites.") (snippet '(substitute* "pyproject.toml" (("^.*Programming Language :: Python :: 3\\.13.*$") ""))) (sha256 - (base32 "019wkjbjcdsf56sk5ihnkprp02a80vkja448iwps1illzb5jp52f")))) + (base32 "1659zblb5a06g033161s3qdndcafkkkz3zcm05vdk1zcjca9drbk")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |