gnu: rust-bumpalo-2.5: Inherit from rust-bumpalo-3.

* gnu/packages/crates-io.scm (rust-bumpalo-2.5):
Inherit from from rust-bumpalo-3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Valentin Ignatev 2020-01-20 03:42:46 +03:00 committed by Efraim Flashner
parent 8d2576a8aa
commit 873c37b7e7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1299,6 +1299,7 @@ (define-public rust-bumpalo-3
(define-public rust-bumpalo-2.5
(package
(inherit rust-bumpalo-3)
(name "rust-bumpalo")
(version "2.5.0")
(source
@ -1310,17 +1311,11 @@ (define-public rust-bumpalo-2.5
(sha256
(base32
"018b5calz3895v04shk9bn7i73r4zf8yf7p1dqg92s3xya13vm1c"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.2)
("rust-quickcheck" ,rust-quickcheck-0.8))))
(home-page "https://github.com/fitzgen/bumpalo")
(synopsis "Fast bump allocation arena for Rust")
(description
"This package provides a fast bump allocation arena for Rust.")
(license (list license:asl2.0 license:expat))))
("rust-quickcheck" ,rust-quickcheck-0.8))))))
(define-public rust-bstr-0.2
(package