[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetical
From: |
Herman Rimm |
Subject: |
[bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 16:32:00 +0100 |
* gnu/packages/crates-io.scm (rust-chic-1): Order.
Change-Id: Ie8acdf583ecbb224d8448333a41108ef2cd6c0fb
---
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 dd10e7926b..aa0e9ec32f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13413,6 +13413,25 @@ (define-public rust-charset-0.1
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 @@ (define-public rust-chrono-0.4
(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")
--
2.45.2
- [bug#70606] [PATCH rust-team 45/92] gnu: rust-clap-cargo-0.14: Order alphabetically., (continued)
- [bug#70606] [PATCH rust-team 45/92] gnu: rust-clap-cargo-0.14: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 91/92] gnu: rust-fs-utils-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 47/92] gnu: rust-const-str-0.5: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 67/92] gnu: rust-crc-catalog-2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 80/92] gnu: rust-ethtool-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 40/92] gnu: rust-clap-conf-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 65/92] gnu: rust-count-instructions-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 28/92] gnu: rust-buffer-redux-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 87/92] gnu: rust-fasthash-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 69/92] gnu: rust-csv-index-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 35/92] gnu: rust-chic-1: Order alphabetically.,
Herman Rimm <=
- [bug#70606] [PATCH rust-team 73/92] gnu: rust-dhcp4r-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 84/92] gnu: rust-failure-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 31/92] gnu: rust-cargo-lock-9: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 86/92] gnu: rust-fasthash-sys-0.3: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 27/92] gnu: rust-blas-0.22: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 37/92] gnu: rust-claxon-0.4: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 75/92] gnu: rust-downcast-0.11: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 76/92] gnu: rust-dyn-clone-1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 64/92] gnu: rust-core-arch-0.1: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#70606] [PATCH rust-team 83/92] gnu: rust-fake-simd-0.1: Order alphabetically., Herman Rimm, 2024/12/24