mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-num-cmp-0.1.
* gnu/packages/crates-io.scm (rust-num-cmp-0.1): New variable. Change-Id: Ic7d6bb4dddc3d6cac2e7ce41c78b4ac94f6ac38a
This commit is contained in:
parent
dd7f7600e1
commit
f5b892664c
1 changed files with 19 additions and 0 deletions
|
@ -47393,6 +47393,25 @@ (define-public rust-num-bigint-dig-0.7
|
|||
("rust-rand-xorshift" ,rust-rand-xorshift-0.3)
|
||||
("rust-serde-test" ,rust-serde-test-1))))))
|
||||
|
||||
(define-public rust-num-cmp-0.1
|
||||
(package
|
||||
(name "rust-num-cmp")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "num-cmp" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1alavi36shn32b3cwbmkncj1wal3y3cwzkm21bxy5yil5hp5ncv3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/lifthrasiir/num-cmp")
|
||||
(synopsis "Comparison between differently typed numbers")
|
||||
(description
|
||||
"This crate provides tools for comparison between differently typed
|
||||
numbers.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-num-complex-0.4
|
||||
(package
|
||||
(name "rust-num-complex")
|
||||
|
|
Loading…
Reference in a new issue