gnu: rust-sprs-0.10: Inherit from rust-sprs-0.11.
* gnu/packages/crates-io.scm (rust-sprs-0.10): Inherit from rust-sprs-0.11.
This commit is contained in:
parent
4d4e2a9444
commit
9e589ca6e3
1 changed files with 3 additions and 7 deletions
|
@ -59437,6 +59437,7 @@ OIDs)")
|
||||||
|
|
||||||
(define-public rust-sprs-0.10
|
(define-public rust-sprs-0.10
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-sprs-0.11)
|
||||||
(name "rust-sprs")
|
(name "rust-sprs")
|
||||||
(version "0.10.0")
|
(version "0.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -59448,7 +59449,7 @@ OIDs)")
|
||||||
"18qwm1wnc1jbzdpl0wfrrybb6rak74zv8jmfg87id7ksb6crkz6r"))))
|
"18qwm1wnc1jbzdpl0wfrrybb6rak74zv8jmfg87id7ksb6crkz6r"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t ;8 test failures due to "No such file or directory"
|
`(#:skip-build? #t ;8 test failures due to "No such file or directory"
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-alga" ,rust-alga-0.9)
|
(("rust-alga" ,rust-alga-0.9)
|
||||||
("rust-approx" ,rust-approx-0.3)
|
("rust-approx" ,rust-approx-0.3)
|
||||||
|
@ -59462,12 +59463,7 @@ OIDs)")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-bencher" ,rust-bencher-0.1)
|
(("rust-bencher" ,rust-bencher-0.1)
|
||||||
("rust-bincode" ,rust-bincode-1)
|
("rust-bincode" ,rust-bincode-1)
|
||||||
("rust-tobj" ,rust-tobj-2))))
|
("rust-tobj" ,rust-tobj-2))))))
|
||||||
(home-page "https://github.com/vbarrielle/sprs")
|
|
||||||
(synopsis "Sparse matrix library")
|
|
||||||
(description "This package provides a sparse matrix library.")
|
|
||||||
;; Either license can be chosen
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-rspotify-0.10
|
(define-public rust-rspotify-0.10
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue