gnu: Add rust-number-prefix-0.4.
* gnu/packages/crates-io.scm (rust-number-prefix-0.4): New variable. (rust-number-prefix-0.3): Inherit from rust-number-prefix-0.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a8ff78eaf5
commit
3ff582b82b
1 changed files with 16 additions and 3 deletions
|
|
@ -40027,10 +40027,10 @@ mathematics.")
|
||||||
giga, kibi.")
|
giga, kibi.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-number-prefix-0.3
|
(define-public rust-number-prefix-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-number-prefix")
|
(name "rust-number-prefix")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -40039,7 +40039,7 @@ giga, kibi.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
|
"1wvh13wvlajqxkb1filsfzbrnq0vrmrw298v2j3sy82z1rm282w3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/ogham/rust-number-prefix")
|
(home-page "https://github.com/ogham/rust-number-prefix")
|
||||||
(synopsis "Format numeric prefixes: kilo, giga, kibi")
|
(synopsis "Format numeric prefixes: kilo, giga, kibi")
|
||||||
|
|
@ -40048,6 +40048,19 @@ giga, kibi.")
|
||||||
giga, kibi.")
|
giga, kibi.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-number-prefix-0.3
|
||||||
|
(package
|
||||||
|
(inherit rust-number-prefix-0.4)
|
||||||
|
(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"))))))
|
||||||
|
|
||||||
(define-public rust-numtoa-0.1
|
(define-public rust-numtoa-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-numtoa")
|
(name "rust-numtoa")
|
||||||
|
|
|
||||||
Reference in a new issue