mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-image-0.24: Update to 0.24.9.
* gnu/packages/crates-graphics.scm (rust-image-0.24): Update to 0.24.9. [cargo-inputs]: Add rust-rayon-1. Replace rust-dav1d-0.6 with 0.10, rust-dvc-color-primitives-0.4 with 0.6, rust-gif-0.12 with 0.13. Remove rust-num-rational-0.4. [cargo-development-inputs]: Replace rust-criterion-0.4 with 0.5. Change-Id: Ie27f5878ad5e651d2409bd5de0f3f079122d027e
This commit is contained in:
parent
dd61a61842
commit
4e1fc742e5
1 changed files with 7 additions and 7 deletions
|
@ -2437,36 +2437,36 @@ filters and decoders for the most common image formats.")
|
|||
(package
|
||||
(inherit rust-image-0.25)
|
||||
(name "rust-image")
|
||||
(version "0.24.7")
|
||||
(version "0.24.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "image" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04d7f25b8nlszfv9a474n4a0al4m2sv9gqj3yiphhqr0syyzsgbg"))))
|
||||
(base32 "17gnr6ifnpzvhjf6dwbl9hki8x6bji5mwcqp0048x1jm5yfi742n"))))
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
#:cargo-inputs
|
||||
(("rust-bytemuck" ,rust-bytemuck-1)
|
||||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-color-quant" ,rust-color-quant-1)
|
||||
("rust-dav1d" ,rust-dav1d-0.6)
|
||||
("rust-dcv-color-primitives" ,rust-dcv-color-primitives-0.4)
|
||||
("rust-dav1d" ,rust-dav1d-0.10)
|
||||
("rust-dcv-color-primitives" ,rust-dcv-color-primitives-0.6)
|
||||
("rust-exr" ,rust-exr-1)
|
||||
("rust-gif" ,rust-gif-0.12)
|
||||
("rust-gif" ,rust-gif-0.13)
|
||||
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.3)
|
||||
("rust-mp4parse" ,rust-mp4parse-0.17)
|
||||
("rust-num-rational" ,rust-num-rational-0.4)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-png" ,rust-png-0.17)
|
||||
("rust-qoi" ,rust-qoi-0.4)
|
||||
("rust-ravif" ,rust-ravif-0.11)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rgb" ,rust-rgb-0.8)
|
||||
("rust-tiff" ,rust-tiff-0.9)
|
||||
("rust-webp" ,rust-webp-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-criterion" ,rust-criterion-0.4)
|
||||
("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.3)
|
||||
("rust-num-complex" ,rust-num-complex-0.4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue