mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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:
parent
576954cda1
commit
af1eb5d410
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue