mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
8732180fb3
commit
78073167b2
1 changed files with 6 additions and 6 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue