[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/11: gnu: Add rust-empfindung-0.2.
From: |
guix-commits |
Subject: |
09/11: gnu: Add rust-empfindung-0.2. |
Date: |
Mon, 28 Feb 2022 06:09:28 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 5ceb2a431d18e8dfadb0dfcb8c35c220783627f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 28 11:51:38 2022 +0100
gnu: Add rust-empfindung-0.2.
* gnu/packages/crates-io.scm (rust-empfindung-0.2): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8cfc316115..d3bfcae33d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19489,6 +19489,30 @@ inclusion of Windows resources in the most resilient
fashion imaginable.")
embedded systems.")
(license (list license:expat license:asl2.0))))
+(define-public rust-empfindung-0.2
+ (package
+ (name "rust-empfindung")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "empfindung" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1h68h3sxsa79a47jag3yim5jm63ffz72ifj46xkn12j2s5nss85l"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-lab" ,rust-lab-0.11)
+ ("rust-rgb" ,rust-rgb-0.8))))
+ (home-page "https://github.com/mina86/empfindung")
+ (synopsis "Rust implementation of the CIEDE2000 colour difference")
+ (description
+ "Empfindung is a pure-Rust implementation of the CIEDE2000 colour
+difference.")
+ (license license:expat)))
+
(define-public rust-ena-0.14
(package
(name "rust-ena")
- branch master updated (4041b530d3 -> da0b05d79a), guix-commits, 2022/02/28
- 02/11: gnu: rust-tempfile-3: Update to 3.3.0., guix-commits, 2022/02/28
- 04/11: gnu: Add rust-concolor-query-0.0.5., guix-commits, 2022/02/28
- 03/11: gnu: Remove rust-concolor-query, rust-concolor-control., guix-commits, 2022/02/28
- 01/11: gnu: rust-redox-syscall-0.2: Update to 0.2.10., guix-commits, 2022/02/28
- 06/11: gnu: rust-assert-cmd-2: Update to 2.0.4., guix-commits, 2022/02/28
- 08/11: gnu: Add rust-crc64-1., guix-commits, 2022/02/28
- 09/11: gnu: Add rust-empfindung-0.2.,
guix-commits <=
- 10/11: gnu: rust-ansi-colours-1: Update to 1.1.1., guix-commits, 2022/02/28
- 05/11: gnu: Add rust-concolor-0.0.8., guix-commits, 2022/02/28
- 07/11: gnu: rust-bytesize-1: Update to 1.1.0., guix-commits, 2022/02/28
- 11/11: gnu: bat: Update to 0.20.0., guix-commits, 2022/02/28