mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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
680bffd8b1
commit
ffc0d957eb
1 changed files with 7 additions and 8 deletions
|
@ -25775,15 +25775,14 @@ (define-public rust-itertools-num-0.1
|
|||
(define-public rust-itoa-0.4
|
||||
(package
|
||||
(name "rust-itoa")
|
||||
(version "0.4.5")
|
||||
(version "0.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itoa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13nxqrfnh83a7x5rw4wq2ilp8nxvwy74dxzysdg59dbxqk0agdxq"))))
|
||||
(base32 "1m1dairwyx8kfxi7ab3b5jc71z1vigh9w4shnhiajji9avzr26dp"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/dtolnay/itoa")
|
||||
(synopsis "Fast functions for printing integer primitives")
|
||||
|
|
Loading…
Reference in a new issue