gnu: rust-fastrand-1: Update to 1.8.0.
* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.8.0.
This commit is contained in:
parent
97666b13d5
commit
b3c55e94ab
1 changed files with 2 additions and 2 deletions
|
@ -21980,14 +21980,14 @@ floats.")
|
||||||
(define-public rust-fastrand-1
|
(define-public rust-fastrand-1
|
||||||
(package
|
(package
|
||||||
(name "rust-fastrand")
|
(name "rust-fastrand")
|
||||||
(version "1.6.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "fastrand" version))
|
(uri (crate-uri "fastrand" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ci4fcwfwkkpwd8b0zgxgvp4qf84cl53ivnp1r6cr40bd8xh97bp"))))
|
(base32 "16b4z2rig7zmyxw1hsiydv89h9wcshilds13dfpc919kmb7hg957"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue