mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
Revert "gnu: Add rust-number-prefix-0.4."
This reverts commit 3ff582b82b
.
This package was already included in Guix.
This commit is contained in:
parent
1590d6d58e
commit
f0136c8805
1 changed files with 3 additions and 16 deletions
|
@ -40072,10 +40072,10 @@ (define-public rust-number-prefix-0.4
|
|||
giga, kibi.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-number-prefix-0.4
|
||||
(define-public rust-number-prefix-0.3
|
||||
(package
|
||||
(name "rust-number-prefix")
|
||||
(version "0.4.0")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -40084,7 +40084,7 @@ (define-public rust-number-prefix-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wvh13wvlajqxkb1filsfzbrnq0vrmrw298v2j3sy82z1rm282w3"))))
|
||||
"0slm4mqmpgs6hvz22ycny9lvyvl9ivs80a1lncslp7lszz02zc0p"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ogham/rust-number-prefix")
|
||||
(synopsis "Format numeric prefixes: kilo, giga, kibi")
|
||||
|
@ -40093,19 +40093,6 @@ (define-public rust-number-prefix-0.4
|
|||
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