mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: rust-criterion-plot-0.4: Update to 0.4.3.
* gnu/packages/crates-io.scm (rust-criterion-plot-0.4): Update to 0.4.3.
This commit is contained in:
parent
d40b00635c
commit
0cc16068f0
1 changed files with 2 additions and 2 deletions
|
@ -4097,7 +4097,7 @@ (define-public rust-criterion-0.2
|
||||||
(define-public rust-criterion-plot-0.4
|
(define-public rust-criterion-plot-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-criterion-plot")
|
(name "rust-criterion-plot")
|
||||||
(version "0.4.1")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4106,7 +4106,7 @@ (define-public rust-criterion-plot-0.4
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0id5sfww0hjxlzvkzacdlgbls3lxza8iysqljr7j7s2qxbh1a7m0"))))
|
"17c8v5fv064181yspagkdcfd6jhs7233ba6g94bbl7v0xjnzw8p0"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue