guix-patches
[Top][All Lists]
Advanced

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

[bug#70606] [PATCH rust-team 92/92] gnu: rust-guess-host-triple-0.1: Ord


From: Herman Rimm
Subject: [bug#70606] [PATCH rust-team 92/92] gnu: rust-guess-host-triple-0.1: Order alphabetically.
Date: Tue, 24 Dec 2024 16:32:57 +0100

* gnu/packages/crates-io.scm (rust-guess-host-triple-0.1): Order.

Change-Id: Iaced5af3d496f57d6e0cdb60c61aff762d413250
---
 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 2104ead3a5..088d5a63ee 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33443,6 +33443,33 @@ (define-public rust-groupable-0.2
      "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 @@ (define-public rust-gumdrop-derive-0.8
     (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")
-- 
2.45.2






reply via email to

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