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 <ludo@gnu.org>
This commit is contained in:
Ashish SHUKLA 2024-12-25 20:42:09 +01:00 committed by Ludovic Courtès
parent f9d5710448
commit faa77145ed
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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