efraim pushed a commit to branch rust-team
in repository guix.
commit 41bb82d872e60b07746c49847908b2200b56d373
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:00 2024 +0100
gnu: rust-chic-1: Order alphabetically.
* gnu/packages/crates-io.scm (rust-chic-1): Order.
Change-Id: Ie8acdf583ecbb224d8448333a41108ef2cd6c0fb
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7bea37b56a..ab855f37c3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13413,6 +13413,25 @@ by providing decoding for UTF-7 in addition to the
encodings defined by the
Encoding Standard.")
(license (list license:expat license:asl2.0))))
+(define-public rust-chic-1
+ (package
+ (name "rust-chic")
+ (version "1.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "chic" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "037pkdccj25gr4my8fq1qni9v87rydpyhfi2naf86mimkxhxpdd5"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-annotate-snippets"
,rust-annotate-snippets-0.6))))
+ (home-page "https://github.com/yoshuawuyts/chic")
+ (synopsis "Pretty parser error reporting")
+ (description "This package provides pretty parser error reporting.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-chrono-0.4
(package
(name "rust-chrono")
@@ -13450,25 +13469,6 @@ Encoding Standard.")
(description "Date and time library for Rust.")
(license (list license:expat license:asl2.0))))
-(define-public rust-chic-1
- (package
- (name "rust-chic")
- (version "1.2.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "chic" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "037pkdccj25gr4my8fq1qni9v87rydpyhfi2naf86mimkxhxpdd5"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-annotate-snippets"
,rust-annotate-snippets-0.6))))
- (home-page "https://github.com/yoshuawuyts/chic")
- (synopsis "Pretty parser error reporting")
- (description "This package provides pretty parser error reporting.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-chrono-humanize-0.2
(package
(name "rust-chrono-humanize")