diff options
author | Ashish SHUKLA <[email protected]> | 2024-12-25 20:42:09 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-12-28 23:16:05 +0100 |
commit | faa77145edf242f3c1c7b69eeff9e5a25c56bcb5 (patch) | |
tree | dc5a032e34d6beef9b4be9c518206dd535d1bdfd /gnu/packages/video.scm | |
parent | f9d571044818efa9a4fb28dc4232aa3428d2c9ed (diff) |
gnu: yt-dlp: Update to 2024.12.23.
* gnu/packages/video.scm (yt-dlp): Update to 2024.12.23.
Change-Id: Ide6d201be0d8742802629ea7eb9053f2f45714eb
Signed-off-by: Ludovic Courtès <[email protected]>
Diffstat (limited to 'gnu/packages/video.scm')
-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 48bd745b34..da07785043 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.12.13") + (version "2024.12.23") (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 "1659zblb5a06g033161s3qdndcafkkkz3zcm05vdk1zcjca9drbk")))) + (base32 "19w4lgnr3n3lrcf81285ic3qpsjyi8vhp3mfq762minllqvgcfzb")))) (build-system pyproject-build-system) (arguments `(#:tests? ,(not (%current-target-system)) |