gnu: rust-itoa-0.4: Update to 0.4.8.
* gnu/packages/crates-io.scm (rust-itoa-0.4): Update to 0.4.8.
This commit is contained in:
parent
8a0495271d
commit
d2e01e4ebc
@ -25775,15 +25775,14 @@ and functions.")
|
|||||||
(define-public rust-itoa-0.4
|
(define-public rust-itoa-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-itoa")
|
(name "rust-itoa")
|
||||||
(version "0.4.5")
|
(version "0.4.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "itoa" version))
|
(uri (crate-uri "itoa" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1m1dairwyx8kfxi7ab3b5jc71z1vigh9w4shnhiajji9avzr26dp"))))
|
||||||
"13nxqrfnh83a7x5rw4wq2ilp8nxvwy74dxzysdg59dbxqk0agdxq"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/dtolnay/itoa")
|
(home-page "https://github.com/dtolnay/itoa")
|
||||||
(synopsis "Fast functions for printing integer primitives")
|
(synopsis "Fast functions for printing integer primitives")
|
||||||
|
Loading…
Reference in New Issue
Block a user