mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
f9d5710448
commit
faa77145ed
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue