mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(inherit rust-criterion-0.3)
|
||||
(name "rust-criterion")
|
||||
(version "0.2.11")
|
||||
(source
|
||||
|
@ -2244,7 +2245,6 @@ (define-public rust-criterion-0.2
|
|||
(sha256
|
||||
(base32
|
||||
"1543wlpc4p1kz7sqqa7ylr8bkdr8l4f34hy4bxj7krpkahwhaqq3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
@ -2271,12 +2271,7 @@ (define-public rust-criterion-0.2
|
|||
(("rust-approx" ,rust-approx-0.3)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.8)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
("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))))
|
||||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-criterion-plot-0.4
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue