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:
Efraim Flashner 2022-09-28 20:08:56 +03:00
parent 97666b13d5
commit b3c55e94ab
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -21980,14 +21980,14 @@ (define-public rust-fastq-0.6
(define-public rust-fastrand-1
(package
(name "rust-fastrand")
(version "1.6.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fastrand" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ci4fcwfwkkpwd8b0zgxgvp4qf84cl53ivnp1r6cr40bd8xh97bp"))))
(base32 "16b4z2rig7zmyxw1hsiydv89h9wcshilds13dfpc919kmb7hg957"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs