gnu: Add rust-itoa-0.3.
* gnu/packages/crates-io.scm (rust-itoa-0.3): New variable.master
parent
7dc8a3a553
commit
043cf489f7
|
@ -5493,6 +5493,21 @@ primitives to an @code{io::Write}.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-itoa-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-itoa-0.4)
|
||||||
|
(name "rust-itoa")
|
||||||
|
(version "0.3.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "itoa" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"136vwi6l2k1vrlvfx49lhficj813pk88xrcx1q3axqh1mwms6943"))))))
|
||||||
|
|
||||||
(define-public rust-itoa-0.1
|
(define-public rust-itoa-0.1
|
||||||
(package
|
(package
|
||||||
(inherit rust-itoa-0.4)
|
(inherit rust-itoa-0.4)
|
||||||
|
|
Reference in New Issue