mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-itoa-1: Update to 1.0.11.
* gnu/packages/crates-io.scm (rust-itoa-1): Update to 1.0.11. Change-Id: Ic83bcd9f09315ed63e436cea58ded1a3b03dd4cc
This commit is contained in:
parent
b7fd24d40e
commit
c9a268d82b
1 changed files with 2 additions and 2 deletions
|
@ -35164,14 +35164,14 @@ (define-public rust-itertools-num-0.1
|
|||
(define-public rust-itoa-1
|
||||
(package
|
||||
(name "rust-itoa")
|
||||
(version "1.0.6")
|
||||
(version "1.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itoa" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19jc2sa3wvdc29zhgbwf3bayikq4rq18n20dbyg9ahd4hbsxjfj5"))))
|
||||
(base32 "0nv9cqjwzr3q58qz84dcz63ggc54yhf1yqar1m858m1kfd4g3wa9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-no-panic" ,rust-no-panic-0.1))))
|
||||
|
|
Loading…
Reference in a new issue