mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
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:
parent
bda23723d4
commit
4a31e0bccd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue