all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75062@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75062] [PATCH rust-team 02/17] gnu: rust-wmi-0.12: Order alphabetically.
Date: Tue, 24 Dec 2024 11:32:00 +0100	[thread overview]
Message-ID: <bc176b26ddc4390b34bfcfbf6e148a25a6541d37.1735036178.git.herman@rimm.ee> (raw)
In-Reply-To: <db962198ec7b1dcc1a87d1a58b6e08f63685c2e7.1735036178.git.herman@rimm.ee>

* gnu/packages/crates-windows.scm (rust-wmi-0.12): Order.

Change-Id: I01bf9e2d6055fe0da5e9baafed55555c60417887
---
 gnu/packages/crates-windows.scm | 66 ++++++++++++++++-----------------
 1 file changed, 33 insertions(+), 33 deletions(-)

diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index cedfd7554e..8ece2d32b9 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -1479,39 +1479,6 @@ (define-public rust-wio-0.2
 API but without hiding any functionality.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-wmi-0.12
-  (package
-    (name "rust-wmi")
-    (version "0.12.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "wmi" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "000sdzx8fnw913ws28ranf8bhm8dvvdpz89s4fhqfbkxpd5b9zys"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
-                       ("rust-futures" ,rust-futures-0.3)
-                       ("rust-log" ,rust-log-0.4)
-                       ("rust-serde" ,rust-serde-1)
-                       ("rust-thiserror" ,rust-thiserror-1)
-                       ("rust-time" ,rust-time-0.3)
-                       ("rust-windows" ,rust-windows-0.48))
-       #:cargo-development-inputs (("rust-async-std" ,rust-async-std-1)
-                                   ("rust-criterion" ,rust-criterion-0.4)
-                                   ("rust-serde-json" ,rust-serde-json-1)
-                                   ("rust-tempdir" ,rust-tempdir-0.3)
-                                   ("rust-tokio" ,rust-tokio-1))))
-    (home-page "https://github.com/ohadravid/wmi-rs")
-    (synopsis "WMI crate for Rust")
-    (description
-     "This package provides the WMI (Windows Management Instrumentation) crate
-for Rust.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-windows-0.58
   (package
     (name "rust-windows")
@@ -3394,6 +3361,39 @@ (define-public rust-windows-x86-64-msvc-0.28
                (base32
                 "17z8q25pd3dp6b84qm9nlayd3ym78sbryxlqmgcxvz9vpmy8qarz"))))))
 
+(define-public rust-wmi-0.12
+  (package
+    (name "rust-wmi")
+    (version "0.12.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "wmi" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "000sdzx8fnw913ws28ranf8bhm8dvvdpz89s4fhqfbkxpd5b9zys"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-chrono" ,rust-chrono-0.4)
+                       ("rust-futures" ,rust-futures-0.3)
+                       ("rust-log" ,rust-log-0.4)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-thiserror" ,rust-thiserror-1)
+                       ("rust-time" ,rust-time-0.3)
+                       ("rust-windows" ,rust-windows-0.48))
+       #:cargo-development-inputs (("rust-async-std" ,rust-async-std-1)
+                                   ("rust-criterion" ,rust-criterion-0.4)
+                                   ("rust-serde-json" ,rust-serde-json-1)
+                                   ("rust-tempdir" ,rust-tempdir-0.3)
+                                   ("rust-tokio" ,rust-tokio-1))))
+    (home-page "https://github.com/ohadravid/wmi-rs")
+    (synopsis "WMI crate for Rust")
+    (description
+     "This package provides the WMI (Windows Management Instrumentation) crate
+for Rust.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-ws2-32-sys-0.2
   (package
     (name "rust-ws2-32-sys")
-- 
2.45.2





  reply	other threads:[~2024-12-24 10:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 10:30 [bug#75062] [PATCH rust-team 01/17] gnu: rust-ws2-32-sys-0.2: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 10:32 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 03/17] gnu: rust-wio-0.2: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 04/17] gnu: rust-winutil-0.1: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 05/17] gnu: rust-winsafe-0.0.19: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 06/17] gnu: rust-winresource-0.1: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 07/17] gnu: rust-winres-0.1: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 08/17] gnu: rust-winreg-0.5: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 09/17] gnu: rust-winreg-0.6: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 10/17] gnu: rust-winreg-0.7: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 11/17] gnu: rust-winreg-0.8: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 12/17] gnu: rust-winreg-0.10: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 13/17] gnu: rust-winreg-0.50: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 14/17] gnu: rust-winreg-0.51: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 15/17] gnu: rust-winreg-0.52: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 16/17] gnu: rust-windows-gen-0.9: " Herman Rimm via Guix-patches via
2024-12-24 10:32 ` [bug#75062] [PATCH rust-team 17/17] gnu: rust-windows-macros-0.9: " Herman Rimm via Guix-patches via
2024-12-24 12:01 ` bug#75062: [PATCH rust-team 01/17] gnu: rust-ws2-32-sys-0.2: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc176b26ddc4390b34bfcfbf6e148a25a6541d37.1735036178.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75062@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.