mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: Add rust-itoa-0.1.
* gnu/packages/crates-io.scm (rust-itoa-0.1): New variable.
This commit is contained in:
parent
17b977ab54
commit
c5d250d5dc
1 changed files with 14 additions and 0 deletions
|
@ -1276,6 +1276,20 @@ (define-public rust-itoa
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-itoa-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-itoa)
|
||||||
|
(name "rust-itoa")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "itoa" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"18g7p2hrb3dk84z3frfgmszfc9hjb4ps9vp99qlb1kmf9gm8hc5f"))))))
|
||||||
|
|
||||||
(define-public rust-jemalloc-sys
|
(define-public rust-jemalloc-sys
|
||||||
(package
|
(package
|
||||||
(name "rust-jemalloc-sys")
|
(name "rust-jemalloc-sys")
|
||||||
|
|
Loading…
Reference in a new issue