Archived
1
0
Fork 0

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:
Ricardo Wurmus 2022-09-20 16:54:11 +02:00
parent 4d4e2a9444
commit 9e589ca6e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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