mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: rust-criterion-0.2: Inherit from rust-criterion-0.3.
* gnu/packages/crates-io.scm (rust-criterion-0.2): Inherit from rust-criterion-0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
537f2401e3
commit
eb60b03a6d
1 changed files with 2 additions and 7 deletions
|
@ -2233,6 +2233,7 @@ (define-public rust-criterion-0.3
|
||||||
|
|
||||||
(define-public rust-criterion-0.2
|
(define-public rust-criterion-0.2
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-criterion-0.3)
|
||||||
(name "rust-criterion")
|
(name "rust-criterion")
|
||||||
(version "0.2.11")
|
(version "0.2.11")
|
||||||
(source
|
(source
|
||||||
|
@ -2244,7 +2245,6 @@ (define-public rust-criterion-0.2
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1543wlpc4p1kz7sqqa7ylr8bkdr8l4f34hy4bxj7krpkahwhaqq3"))))
|
"1543wlpc4p1kz7sqqa7ylr8bkdr8l4f34hy4bxj7krpkahwhaqq3"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
|
@ -2271,12 +2271,7 @@ (define-public rust-criterion-0.2
|
||||||
(("rust-approx" ,rust-approx-0.3)
|
(("rust-approx" ,rust-approx-0.3)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||||
("rust-rand" ,rust-rand-0.4)
|
("rust-rand" ,rust-rand-0.4)
|
||||||
("rust-tempdir" ,rust-tempdir-0.3))))
|
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||||
(home-page "https://bheisler.github.io/criterion.rs/book/index.html")
|
|
||||||
(synopsis "Statistics-driven micro-benchmarking library")
|
|
||||||
(description
|
|
||||||
"Statistics-driven micro-benchmarking library.")
|
|
||||||
(license (list license:expat license:asl2.0))))
|
|
||||||
|
|
||||||
(define-public rust-criterion-plot-0.4
|
(define-public rust-criterion-plot-0.4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue