mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: rust-ndarray-0.15: Inherit from rust-ndarray-0.16.
* gnu/packages/crates-io.scm (rust-ndarray-0.15): Inherit from rust-ndarray-0.16. Change-Id: Ife7bd49a453edb73755cf9a156b5b302445fb364
This commit is contained in:
parent
3809cc4c6f
commit
c431f9f07d
1 changed files with 2 additions and 8 deletions
|
@ -44456,6 +44456,7 @@ splitting.")
|
||||||
|
|
||||||
(define-public rust-ndarray-0.15
|
(define-public rust-ndarray-0.15
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-ndarray-0.16)
|
||||||
(name "rust-ndarray")
|
(name "rust-ndarray")
|
||||||
(version "0.15.6")
|
(version "0.15.6")
|
||||||
(source
|
(source
|
||||||
|
@ -44465,7 +44466,6 @@ splitting.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cpsm28hyk8qfjs4g9649dprv3hm53z12qqwyyjqbi3yjr72vcdd"))))
|
(base32 "0cpsm28hyk8qfjs4g9649dprv3hm53z12qqwyyjqbi3yjr72vcdd"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -44484,13 +44484,7 @@ splitting.")
|
||||||
(("rust-approx" ,rust-approx-0.4)
|
(("rust-approx" ,rust-approx-0.4)
|
||||||
("rust-defmac" ,rust-defmac-0.2)
|
("rust-defmac" ,rust-defmac-0.2)
|
||||||
("rust-itertools" ,rust-itertools-0.10)
|
("rust-itertools" ,rust-itertools-0.10)
|
||||||
("rust-quickcheck" ,rust-quickcheck-1))))
|
("rust-quickcheck" ,rust-quickcheck-1))))))
|
||||||
(home-page "https://github.com/rust-ndarray/ndarray")
|
|
||||||
(synopsis "N-dimensional container for general elements and for numerics")
|
|
||||||
(description "@code{ndarray} implements an n-dimensional container for
|
|
||||||
general elements and for numerics.")
|
|
||||||
(license (list license:asl2.0
|
|
||||||
license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-ndarray-0.14
|
(define-public rust-ndarray-0.14
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue