emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#67783: closed ([PATCH 06/10] gnu: rust-windows-x86-64-gnu: Add 0.52.


From: GNU bug Tracking System
Subject: bug#67783: closed ([PATCH 06/10] gnu: rust-windows-x86-64-gnu: Add 0.52.)
Date: Tue, 26 Dec 2023 11:45:13 +0000

Your message dated Tue, 26 Dec 2023 13:44:41 +0200
with message-id <ZYq8qVrh_m8JjUT_@3900XT>
and subject line Re: [bug#67783] [PATCH 06/10] gnu: rust-windows-x86-64-gnu: 
Add 0.52.
has caused the debbugs.gnu.org bug report #67783,
regarding [PATCH 06/10] gnu: rust-windows-x86-64-gnu: Add 0.52.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67783: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67783
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 06/10] gnu: rust-windows-x86-64-gnu: Add 0.52. Date: Mon, 11 Dec 2023 18:56:21 +0100
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ca275e73f8..53687ec258 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83717,6 +83717,28 @@ (define-public rust-windows-tokens-0.32
 windows crate.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-windows-x86-64-gnu-0.52
+  (package
+    (name "rust-windows-x86-64-gnu")
+    (version "0.52.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_x86_64_gnu" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1zdy4qn178sil5sdm63lm7f0kkcjg6gvdwmcprd2yjmwn8ns6vrx"))
+              (snippet
+               '(delete-file "lib/libwindows.0.52.0.a"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:skip-build? #t))
+    (home-page "https://github.com/microsoft/windows-rs";)
+    (synopsis "Code gen support for the windows crate")
+    (description
+     "This package provides code gen support for the windows crate.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-windows-x86-64-gnu-0.48
   (package
     (name "rust-windows-x86-64-gnu")
-- 
2.43.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#67783] [PATCH 06/10] gnu: rust-windows-x86-64-gnu: Add 0.52. Date: Tue, 26 Dec 2023 13:44:41 +0200
Thanks. Patch added to the rust-team branch.

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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