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
|
||||
(package
|
||||
(inherit rust-sprs-0.11)
|
||||
(name "rust-sprs")
|
||||
(version "0.10.0")
|
||||
(source (origin
|
||||
|
@ -59462,12 +59463,7 @@ OIDs)")
|
|||
#:cargo-development-inputs
|
||||
(("rust-bencher" ,rust-bencher-0.1)
|
||||
("rust-bincode" ,rust-bincode-1)
|
||||
("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))))
|
||||
("rust-tobj" ,rust-tobj-2))))))
|
||||
|
||||
(define-public rust-rspotify-0.10
|
||||
(package
|
||||
|
|
Reference in a new issue