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

commit bd51d003e22934f6c036e4978dcf90795a8a3eeb
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:57 2024 +0100

    gnu: rust-guess-host-triple-0.1: Order alphabetically.
    
    * gnu/packages/crates-io.scm (rust-guess-host-triple-0.1): Order.
    
    Change-Id: Iaced5af3d496f57d6e0cdb60c61aff762d413250
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/crates-io.scm | 54 +++++++++++++++++++++++-----------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f65f44d85c..a33c8b128e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33443,6 +33443,33 @@ across inserts.")
      "This package aggregates groups of values from key-value iterators.")
     (license license:expat)))
 
+(define-public rust-guess-host-triple-0.1
+  (package
+    (name "rust-guess-host-triple")
+    (version "0.1.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "guess_host_triple" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-winapi" ,rust-winapi-0.3))
+       #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
+                                   ("rust-version-sync" 
,rust-version-sync-0.9))))
+    (home-page "https://gitlab.com/Screwtapello/guess_host_triple/";)
+    (synopsis
+     "Guess which Rust-supported platform is running the current code")
+    (description
+     "This package provides Guess which Rust-supported platform is running the
+current code.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-gumdrop-0.8
   (package
     (name "rust-gumdrop")
@@ -33488,33 +33515,6 @@ support.")
     (description "This package provides custom derive support for gumdrop.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-guess-host-triple-0.1
-  (package
-    (name "rust-guess-host-triple")
-    (version "0.1.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "guess_host_triple" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "062fs1jkg157240cdn6dw11zm1c02llm9kp95knq6b4s6iijgmjx"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs (("rust-errno" ,rust-errno-0.2)
-                       ("rust-libc" ,rust-libc-0.2)
-                       ("rust-log" ,rust-log-0.4)
-                       ("rust-winapi" ,rust-winapi-0.3))
-       #:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.5)
-                                   ("rust-version-sync" 
,rust-version-sync-0.9))))
-    (home-page "https://gitlab.com/Screwtapello/guess_host_triple/";)
-    (synopsis
-     "Guess which Rust-supported platform is running the current code")
-    (description
-     "This package provides Guess which Rust-supported platform is running the
-current code.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-gzip-header-1
   (package
     (name "rust-gzip-header")

Reply via email to