efraim pushed a commit to branch rust-team
in repository guix.
commit 4ac546f720fcfea5bced23a71ec40f7a1810770b
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:57 2024 +0100
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 <[email protected]>
---
gnu/packages/crates-io.scm | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 651d655bd2..01f72db103 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55101,21 +55101,6 @@ platform-native strings.")
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")
@@ -55178,6 +55163,21 @@ 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-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")