gnu: rust-fastrand-2: Update to 2.3.0.

* gnu/packages/crates-io.scm (rust-fastrand-2): Update to 2.3.0.

Change-Id: I41431798c972822d8381c94eaf20738c4a792a3a
This commit is contained in:
Efraim Flashner 2024-12-22 19:49:39 +02:00
parent bda23723d4
commit 4a31e0bccd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -27782,14 +27782,14 @@ (define-public rust-fastq-0.6
(define-public rust-fastrand-2
(package
(name "rust-fastrand")
(version "2.2.0")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "fastrand" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1i0sp22gv8n4h4w5cf10l2b3rfdi0da2kp0d4hl7jw65fdp80vs8"))))
(base32 "1ghiahsw1jd68df895cy5h3gzwk30hndidn3b682zmshpgmrx41p"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs