mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: rust-criterion-plot-0.3: Inherit from rust-criterion-plot-0.4.
* gnu/packages/crates-io.scm (rust-criterion-plot-0.3): Inherit from rust-criterion-plot-0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
722e5f8476
commit
48b4a2f9d0
1 changed files with 2 additions and 6 deletions
|
@ -2263,6 +2263,7 @@ (define-public rust-criterion-plot-0.4
|
|||
|
||||
(define-public rust-criterion-plot-0.3
|
||||
(package
|
||||
(inherit rust-criterion-plot-0.4)
|
||||
(name "rust-criterion-plot")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
|
@ -2274,7 +2275,6 @@ (define-public rust-criterion-plot-0.3
|
|||
(sha256
|
||||
(base32
|
||||
"13pv09z4ryp70qyzablkibwa2mh6c2852qq1sjr9wjigvwnj3ybn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
@ -2284,11 +2284,7 @@ (define-public rust-criterion-plot-0.3
|
|||
#:cargo-development-inputs
|
||||
(("rust-itertools-num" ,rust-itertools-num-0.1)
|
||||
("rust-num-complex" ,rust-num-complex-0.2)
|
||||
("rust-rand" ,rust-rand-0.4))))
|
||||
(home-page "https://github.com/bheisler/criterion.rs")
|
||||
(synopsis "Criterion's plotting library")
|
||||
(description "Criterion's plotting library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-rand" ,rust-rand-0.4))))))
|
||||
|
||||
(define-public rust-crossbeam-0.7
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue