gnu: rust-ryu-1: Update to 1.0.12.

* gnu/packages/crates-io.scm (rust-ryu-1): Update to 1.0.12.
[cargo-development-inputs]: Replace rust-rand-0.7 with 0.8,
rust-rand-xorshift-0.2 with 0.3.
This commit is contained in:
Efraim Flashner 2023-01-22 11:18:04 +02:00 committed by Maxim Cournoyer
parent 576954cda1
commit af1eb5d410
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -50169,7 +50169,7 @@ (define-public rust-rkyv-derive-0.6
(define-public rust-ryu-1
(package
(name "rust-ryu")
(version "1.0.3")
(version "1.0.12")
(source
(origin
(method url-fetch)
@ -50177,15 +50177,15 @@ (define-public rust-ryu-1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0xlx9ybzncrb7d6r9533g8ydlg6mr252pfzl4g9cqaqkpvk24mjk"))))
"1ppcgnyfs12p545bl7762jp9b11rlzmgb7yzrr5lnzb8xm1rfjvv"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-no-panic" ,rust-no-panic-0.1))
#:cargo-development-inputs
(("rust-num-cpus" ,rust-num-cpus-1)
("rust-rand" ,rust-rand-0.7)
("rust-rand-xorshift" ,rust-rand-xorshift-0.2))))
("rust-rand" ,rust-rand-0.8)
("rust-rand-xorshift" ,rust-rand-xorshift-0.3))))
(home-page "https://github.com/dtolnay/ryu")
(synopsis "Fast floating point to string conversion")
(description