guix-commits
[Top][All Lists]
Advanced

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

73/99: gnu: rust-cstr-core-0.2: Order alphabetically.


From: guix-commits
Subject: 73/99: gnu: rust-cstr-core-0.2: Order alphabetically.
Date: Tue, 24 Dec 2024 12:51:26 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 1e18cb96d4e252563a68f62e64f03f1a9e9ee2f8
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 24 16:32:37 2024 +0100

    gnu: rust-cstr-core-0.2: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-cstr-core-0.2): Order.
    
    Change-Id: Ic2ee08b41a9b1c69fc91c6321b61c5e5f52a8546
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 a80eea8391..ebce57a6dd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19816,6 +19816,29 @@ number ``crunching``.")
      "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 @@ number ``crunching``.")
     (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")



reply via email to

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