mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-matrixcompare-0.3.
* gnu/packages/crates-io.scm (rust-matrixcompare-0.3): New variable.
This commit is contained in:
parent
0be2f293e4
commit
6e73186849
1 changed files with 26 additions and 0 deletions
|
@ -28245,6 +28245,32 @@ (define-public rust-matrixcompare-core-0.1
|
|||
(description "This package provides core traits for matrixcompare.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-matrixcompare-0.3
|
||||
(package
|
||||
(name "rust-matrixcompare")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "matrixcompare" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i84m1jlxmgyw4farhxbfhyb815hrj6ijq23dgb96z7442l2p0rp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-matrixcompare-core" ,rust-matrixcompare-core-0.1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-proptest" ,rust-proptest-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-matrixcompare-mock" ,rust-matrixcompare-mock-0.1)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
|
||||
(home-page "https://github.com/Andlon/matrixcompare")
|
||||
(synopsis "Tools for convenient comparison of matrices")
|
||||
(description "This package provides tools for convenient comparison of
|
||||
matrices.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-matrixcompare-0.2
|
||||
(package
|
||||
(name "rust-matrixcompare")
|
||||
|
|
Loading…
Reference in a new issue