mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8d2576a8aa
commit
873c37b7e7
1 changed files with 2 additions and 7 deletions
|
@ -1299,6 +1299,7 @@ extension of blocks.")
|
||||||
|
|
||||||
(define-public rust-bumpalo-2.5
|
(define-public rust-bumpalo-2.5
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-bumpalo-3)
|
||||||
(name "rust-bumpalo")
|
(name "rust-bumpalo")
|
||||||
(version "2.5.0")
|
(version "2.5.0")
|
||||||
(source
|
(source
|
||||||
|
@ -1310,17 +1311,11 @@ extension of blocks.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"018b5calz3895v04shk9bn7i73r4zf8yf7p1dqg92s3xya13vm1c"))))
|
"018b5calz3895v04shk9bn7i73r4zf8yf7p1dqg92s3xya13vm1c"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-criterion" ,rust-criterion-0.2)
|
(("rust-criterion" ,rust-criterion-0.2)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.8))))
|
("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))))
|
|
||||||
|
|
||||||
(define-public rust-bstr-0.2
|
(define-public rust-bstr-0.2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue