me
/
guix
Archived
1
0
Fork 0

gnu: rust-fastrand-1: Update to 1.9.0.

* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.9.0.
master
Efraim Flashner 2023-04-16 13:06:53 +03:00
parent 521dbc6992
commit 32b1676186
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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