mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add rust-itoa-0.3.
* gnu/packages/crates-io.scm (rust-itoa-0.3): New variable.
This commit is contained in:
parent
7dc8a3a553
commit
043cf489f7
1 changed files with 15 additions and 0 deletions
|
@ -5493,6 +5493,21 @@ (define-public rust-itoa-0.4
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue