mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add rust-itoap-1.
* gnu/packages/crates-io.scm (rust-itoap-1): New variable.
This commit is contained in:
parent
74cf3ae406
commit
975dd1b0a4
1 changed files with 23 additions and 0 deletions
|
@ -30218,6 +30218,29 @@ (define-public rust-itoa-0.3
|
|||
(base32
|
||||
"136vwi6l2k1vrlvfx49lhficj813pk88xrcx1q3axqh1mwms6943"))))))
|
||||
|
||||
(define-public rust-itoap-1
|
||||
(package
|
||||
(name "rust-itoap")
|
||||
(version "1.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "itoap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f48gsd18kbvskwbnwszhqjpk1l4rdmahh7kaz86b432cj9g8a4h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-itoa" ,rust-itoa-0.4)
|
||||
("rust-rand" ,rust-rand-0.8))))
|
||||
(home-page "https://github.com/Kogia-sima/itoap")
|
||||
(synopsis "Functions for printing integers with decimal format")
|
||||
(description
|
||||
"This package provides functions for printing integers with decimal
|
||||
format.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ivf-0.1
|
||||
(package
|
||||
(name "rust-ivf")
|
||||
|
|
Loading…
Reference in a new issue