mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: yt-dlp: Update to 2025.02.19.
* gnu/packages/video.scm (yt-dlp): Update to 2025.02.19. Change-Id: I39f935158ea11f465cad71f73b8c95d313f25341 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
dadf0e77a8
commit
a5f7f73edf
1 changed files with 2 additions and 2 deletions
|
@ -3169,7 +3169,7 @@ YouTube.com and many more sites.")
|
|||
(define-public yt-dlp
|
||||
(package
|
||||
(name "yt-dlp")
|
||||
(version "2025.01.26")
|
||||
(version "2025.02.19")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3181,7 +3181,7 @@ YouTube.com and many more sites.")
|
|||
(snippet '(substitute* "pyproject.toml"
|
||||
(("^.*Programming Language :: Python :: 3\\.13.*$") "")))
|
||||
(sha256
|
||||
(base32 "14xkh605flfghrlscf2if8lx4w55pb3xjws1qr3979fl5g4g4fvf"))))
|
||||
(base32 "10xgvvrsvhajrjfq512hjfg7kfcab4cbnhnl5lm6ispgpbv03n52"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? ,(not (%current-target-system))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue