mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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 @@ (define-public rust-number-prefix-0.4
|
|||
giga, kibi.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-number-prefix-0.3
|
||||
(define-public rust-number-prefix-0.4
|
||||
(package
|
||||
(name "rust-number-prefix")
|
||||
(version "0.3.0")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -40039,7 +40039,7 @@ (define-public rust-number-prefix-0.3
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
|
||||
"1wvh13wvlajqxkb1filsfzbrnq0vrmrw298v2j3sy82z1rm282w3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ogham/rust-number-prefix")
|
||||
(synopsis "Format numeric prefixes: kilo, giga, kibi")
|
||||
|
@ -40048,6 +40048,19 @@ (define-public rust-number-prefix-0.3
|
|||
giga, kibi.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-numtoa")
|
||||
|
|
Loading…
Reference in a new issue