me
/
guix
Archived
1
0
Fork 0

gnu: rust-empfindung-0.2: Update to 0.2.6.

* gnu/packages/crates-io.scm (rust-empfindung-0.2): Update to 0.2.6.
[arguments]: Don't skip build.
[cargo-development-inputs]: Add rust-approx-0.5, rust-criterion-0.3,
rust-lab-0.11, rust-rand-0.8, rust-rand-xoshiro-0.6, rust-rgb-0.8.

Change-Id: I3cdf6acdbb33ac6d84a4f125856c5d77154df020
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Jaeme Sifat 2023-12-29 19:40:24 -05:00 committed by Efraim Flashner
parent a5f8dd0721
commit 384a76e917
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 10 additions and 4 deletions

View File

@ -22554,19 +22554,25 @@ embedded systems.")
(define-public rust-empfindung-0.2
(package
(name "rust-empfindung")
(version "0.2.4")
(version "0.2.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "empfindung" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1h68h3sxsa79a47jag3yim5jm63ffz72ifj46xkn12j2s5nss85l"))))
(base32 "1pxh4r196qfv1y1qlp9fn210sj75whaqa61fdasjd9ml6bn9bw4a"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
`(#:cargo-inputs
(("rust-lab" ,rust-lab-0.11)
("rust-rgb" ,rust-rgb-0.8))
#:cargo-development-inputs
(("rust-approx" ,rust-approx-0.5)
("rust-criterion" ,rust-criterion-0.3)
("rust-lab" ,rust-lab-0.11)
("rust-rand" ,rust-rand-0.8)
("rust-rand-xoshiro" ,rust-rand-xoshiro-0.6)
("rust-rgb" ,rust-rgb-0.8))))
(home-page "https://github.com/mina86/empfindung")
(synopsis "Rust implementation of the CIEDE2000 colour difference")