mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add rust-number-prefix-0.3.
* gnu/packages/crates-io.scm (rust-number-prefix-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9ce26f2d49
commit
a1add81e63
1 changed files with 21 additions and 0 deletions
|
@ -7144,6 +7144,27 @@ (define-public rust-num-traits-0.1
|
|||
`(#:cargo-inputs
|
||||
(("rust-num-traits" , rust-num-traits-0.2))))))
|
||||
|
||||
(define-public rust-number-prefix-0.3
|
||||
(package
|
||||
(name "rust-number-prefix")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "number_prefix" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ogham/rust-number-prefix")
|
||||
(synopsis "Format numeric prefixes: kilo, giga, kibi")
|
||||
(description
|
||||
"This package provides a library for formatting numeric prefixes: kilo,
|
||||
giga, kibi.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-numtoa-0.1
|
||||
(package
|
||||
(name "rust-numtoa")
|
||||
|
|
Loading…
Reference in a new issue