me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.8.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -21980,14 +21980,14 @@ floats.")
(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