mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-owo-colors-3: Order alphabetically.
* gnu/packages/crates-io.scm (rust-owo-colors-3): Order. Change-Id: Ic4bcb61ae982353fa976aa625a43a070a2afe04a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
be5c656f6f
commit
86eefd9e72
1 changed files with 15 additions and 15 deletions
|
@ -55147,21 +55147,6 @@ (define-public rust-owo-colors-4
|
|||
owo.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-owo-colors-3
|
||||
(package
|
||||
(inherit rust-owo-colors-4)
|
||||
(name "rust-owo-colors")
|
||||
(version "3.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "owo-colors" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vyvry6ba1xmpd45hpi6savd8mbx09jpmvnnwkf6z62pk6s4zc61"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-1))))))
|
||||
|
||||
(define-public rust-owned-ttf-parser-0.6
|
||||
(package
|
||||
(name "rust-owned-ttf-parser")
|
||||
|
@ -55224,6 +55209,21 @@ (define-public rust-owning-ref-0.3
|
|||
(list #:cargo-inputs
|
||||
`(("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
|
||||
|
||||
(define-public rust-owo-colors-3
|
||||
(package
|
||||
(inherit rust-owo-colors-4)
|
||||
(name "rust-owo-colors")
|
||||
(version "3.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "owo-colors" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0vyvry6ba1xmpd45hpi6savd8mbx09jpmvnnwkf6z62pk6s4zc61"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-1))))))
|
||||
|
||||
(define-public rust-packed-simd-0.3
|
||||
(package
|
||||
(name "rust-packed-simd")
|
||||
|
|
Loading…
Reference in a new issue