efraim pushed a commit to branch rust-team
in repository guix.
commit aa3072fd7ec4fb30ee182fa0e2bd166590bc69dd
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:58 2024 +0100
gnu: rust-owo-colors-4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-owo-colors-4): Order.
Change-Id: I5d86a6c32285d745e6a34d0b61a5042dcbb8ddc7
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 01f72db103..6b2ecf7675 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55080,27 +55080,6 @@ platform-native strings.")
(arguments
`(#:cargo-inputs (("rust-ttf-parser" ,rust-ttf-parser-0.19))))))
-(define-public rust-owo-colors-4
- (package
- (name "rust-owo-colors")
- (version "4.0.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "owo-colors" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0grsk47cllj0s4nc4qxvy4gdhj2lyiglbqx4lmw2m7grdmq59zya"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2))))
- (home-page "https://github.com/jam1garner/owo-colors")
- (synopsis "Zero-allocation terminal colors that'll make people go owo")
- (description
- "This package provides zero-allocation terminal colors that'll make
people go
-owo.")
- (license license:expat)))
-
(define-public rust-owned-ttf-parser-0.6
(package
(name "rust-owned-ttf-parser")
@@ -55163,6 +55142,27 @@ normally prevent moving a type that has been borrowed
from.")
(list #:cargo-inputs
`(("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
+(define-public rust-owo-colors-4
+ (package
+ (name "rust-owo-colors")
+ (version "4.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "owo-colors" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0grsk47cllj0s4nc4qxvy4gdhj2lyiglbqx4lmw2m7grdmq59zya"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2))))
+ (home-page "https://github.com/jam1garner/owo-colors")
+ (synopsis "Zero-allocation terminal colors that'll make people go owo")
+ (description
+ "This package provides zero-allocation terminal colors that'll make
people go
+owo.")
+ (license license:expat)))
+
(define-public rust-owo-colors-3
(package
(inherit rust-owo-colors-4)