mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +01:00
gnu: yt-dlp: Update to 2025.01.15.
* gnu/packages/video.scm (yt-dlp): Update to 2024.12.23. Change-Id: I61444694f016e865a6163fb42603e422b9815c7d Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
da69a9e151
commit
94cd4227bd
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.23")
|
||||
(version "2025.01.15")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3179,7 +3179,7 @@ (define-public yt-dlp
|
|||
(snippet '(substitute* "pyproject.toml"
|
||||
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
||||
(sha256
|
||||
(base32 "19w4lgnr3n3lrcf81285ic3qpsjyi8vhp3mfq762minllqvgcfzb"))))
|
||||
(base32 "1f9pp1d77x39xl4lwwqmijgv1ky7ycm0qh45ki4394j30fa4dm3p"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? ,(not (%current-target-system))
|
||||
|
|
Loading…
Reference in a new issue