guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70606] [PATCH rust-team 72/92] gnu: rust-cstr-core-0.2: Order alpha


From: Herman Rimm
Subject: [bug#70606] [PATCH rust-team 72/92] gnu: rust-cstr-core-0.2: Order alphabetically.
Date: Tue, 24 Dec 2024 16:32:37 +0100

* gnu/packages/crates-io.scm (rust-cstr-core-0.2): Order.

Change-Id: Ic2ee08b41a9b1c69fc91c6321b61c5e5f52a8546
---
 gnu/packages/crates-io.scm | 46 +++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3c28669310..d320dcfa03 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19816,6 +19816,29 @@ (define-public rust-cstr-0.2
      "This package provides the macro for building static CStr reference.")
     (license license:expat)))
 
+(define-public rust-cstr-core-0.2
+  (package
+    (name "rust-cstr-core")
+    (version "0.2.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "cstr_core" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1fymp34mv7bix8m35pw3qs30b7879wmaym03ihfbzdl84plwa1r8"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-cty" ,rust-cty-0.2)
+        ("rust-memchr" ,rust-memchr-2))))
+    (home-page "https://github.com/Amanieu/cstr_core";)
+    (synopsis "Implementation of CStr and CString for no_std environments")
+    (description
+     "This crates implements CStr and CString for no_std environments.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-csv-1
   (package
     (name "rust-csv")
@@ -19935,29 +19958,6 @@ (define-public rust-csv-index-0.1
     (description "On disk CSV indexing data structures.")
     (license (list license:unlicense license:expat))))
 
-(define-public rust-cstr-core-0.2
-  (package
-    (name "rust-cstr-core")
-    (version "0.2.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "cstr_core" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1fymp34mv7bix8m35pw3qs30b7879wmaym03ihfbzdl84plwa1r8"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-cty" ,rust-cty-0.2)
-        ("rust-memchr" ,rust-memchr-2))))
-    (home-page "https://github.com/Amanieu/cstr_core";)
-    (synopsis "Implementation of CStr and CString for no_std environments")
-    (description
-     "This crates implements CStr and CString for no_std environments.")
-    (license (list license:asl2.0 license:expat))))
-
 (define-public rust-ct-codecs-1
   (package
     (name "rust-ct-codecs")
-- 
2.45.2






reply via email to

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