gnu: rust-colorous-1: Update to 1.0.15.

* gnu/packages/crates-graphics.scm (rust-colorous-1): Update to 1.0.15.
[cargo-development-inputs]: Add rust-ab-glyph-0.2.  Replace
rust-image-0.24 with 0.25, rust-imageproc-0.23 with 0.25.  Remove
rust-rusttype-0.9.

Change-Id: I0aba5c9d07df032e8015e22860e29ed88b1f353c
This commit is contained in:
Efraim Flashner 2024-12-04 15:17:37 +02:00
parent 8732180fb3
commit 78073167b2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -694,20 +694,20 @@ (define-public rust-color-to-tui-0.2
(define-public rust-colorous-1
(package
(name "rust-colorous")
(version "1.0.12")
(version "1.0.15")
(source
(origin
(method url-fetch)
(uri (crate-uri "colorous" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1crqxkhpvwjcnjggp2qjs2mzyd1xrv3drgqq4bzlhi9ggj687c3y"))))
(base32 "146g6rl0083r1h8y5nzq9ca28jqqw3mmapc0bfzg7f91z7ygk1hb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-dejavu" ,rust-dejavu-2)
("rust-image" ,rust-image-0.24)
("rust-imageproc" ,rust-imageproc-0.23)
("rust-rusttype" ,rust-rusttype-0.9))))
`(#:cargo-development-inputs (("rust-ab-glyph" ,rust-ab-glyph-0.2)
("rust-dejavu" ,rust-dejavu-2)
("rust-image" ,rust-image-0.25)
("rust-imageproc" ,rust-imageproc-0.25))))
(home-page "https://github.com/dtolnay/colorous")
(synopsis "Professional color schemes ported from d3-scale-chromatic")
(description "Professional color schemes ported from d3-scale-chromatic.")