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

commit 005ffafd4a823c520b572cab2422a22af10cdc77
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 19:41:59 2024 +0200

    gnu: rust-hexf-parse-0.1: Sort alphabetically.
    
    * gnu/packages/crates-io.scm (rust-hexf-parse-0.1): Sort.
    
    Change-Id: I08f25e6c2122db231f2afaf45220801bec2d19a1
---
 gnu/packages/crates-io.scm | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 259841fa33..d80f0caaac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34803,6 +34803,19 @@ float literals.  Two functions @code{parse_hexf32} and 
@code{parse_hexf64} are
 provided for each type.")
     (license license:cc0)))
 
+(define-public rust-hexf-parse-0.1
+  (package
+    (inherit rust-hexf-parse-0.2)
+    (name "rust-hexf-parse")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hexf-parse" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1b2h0lvksn8748764x46729ygpz8grack24spin0k29ssmr6yabr"))))))
+
 (define-public rust-hidapi-2
   (package
     (name "rust-hidapi")
@@ -34831,19 +34844,6 @@ provided for each type.")
 the C library @code{hidapi}.  Based off of @code{hidapi-rs} by Osspial.")
     (license license:expat)))
 
-(define-public rust-hexf-parse-0.1
-  (package
-    (inherit rust-hexf-parse-0.2)
-    (name "rust-hexf-parse")
-    (version "0.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "hexf-parse" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1b2h0lvksn8748764x46729ygpz8grack24spin0k29ssmr6yabr"))))))
-
 (define-public rust-home-0.5
   (package
     (name "rust-home")

Reply via email to