guix-patches
[Top][All Lists]
Advanced

[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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]