guix-patches
[Top][All Lists]
Advanced

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

[bug#74551] [PATCH rust-team v3 22/73] gnu: Add rust-windows-interface-0


From: Aaron Covrig
Subject: [bug#74551] [PATCH rust-team v3 22/73] gnu: Add rust-windows-interface-0.56.
Date: Mon, 2 Dec 2024 22:00:02 -0500

From: Jordan Moore <lockbox@struct.foo>

* gnu/packages/crates-windows.scm (rust-windows-interface-0.56): New variable.
---
 gnu/packages/crates-windows.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index 41d4f9c8a0..2fe2f420f9 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -2419,9 +2419,26 @@ (define-public rust-windows-interface-0.57
                        ("rust-quote" ,rust-quote-1)
                        ("rust-syn" ,rust-syn-2))))))
 
+(define-public rust-windows-interface-0.56
+  (package
+    (inherit rust-windows-interface-0.57)
+    (name "rust-windows-interface")
+    (version "0.56.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "windows-interface" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1k2prfxna0mw47f8gi8qhw9jfpw66bh2cqzs67sgipjfpx30b688"))))
+    (arguments
+     `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-quote" ,rust-quote-1)
+                       ("rust-syn" ,rust-syn-2))))))
+
 (define-public rust-windows-interface-0.52
   (package
-    (inherit rust-windows-interface-0.58)
+    (inherit rust-windows-interface-0.56)
     (name "rust-windows-interface")
     (version "0.52.0")
     (source
-- 
2.47.0






reply via email to

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