me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-itoa-0.3.

* gnu/packages/crates-io.scm (rust-itoa-0.3): New variable.
master
Valentin Ignatev 2020-01-15 03:26:55 +03:00 committed by Efraim Flashner
parent 7dc8a3a553
commit 043cf489f7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -5493,6 +5493,21 @@ primitives to an @code{io::Write}.")
(license (list license:asl2.0
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
(package
(inherit rust-itoa-0.4)