unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67781] [PATCH 08/10] gnu: rust-windows-x86-64-msvc: Add 0.52.
@ 2023-12-11 17:58 Daniel Ziltener via Guix-patches via
  2023-12-26 11:44 ` bug#67781: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:58 UTC (permalink / raw)
  To: 67781; +Cc: dziltener

---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 93ea78000e..73f314a5df 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83878,6 +83878,27 @@ (define-public rust-windows-x86-64-gnullvm-0.42
                '(delete-file "lib/libwindows.a"))))
     (arguments (list #:skip-build? #t))))
 
+(define-public rust-windows-x86-64-msvc-0.52
+  (package
+    (name "rust-windows-x86-64-msvc")
+    (version "0.52.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "windows_x86_64_msvc" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "012wfq37f18c09ij5m6rniw7xxn5fcvrxbqd0wd8vgnl3hfn9yfz"))
+              (snippet
+               '(delete-file "lib/windows.0.52.0.lib"))))
+    (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-msvc-0.48
   (package
     (name "rust-windows-x86-64-msvc")
-- 
2.43.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67781: [PATCH 08/10] gnu: rust-windows-x86-64-msvc: Add 0.52.
  2023-12-11 17:58 [bug#67781] [PATCH 08/10] gnu: rust-windows-x86-64-msvc: Add 0.52 Daniel Ziltener via Guix-patches via
@ 2023-12-26 11:44 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-26 11:44 UTC (permalink / raw)
  To: Daniel Ziltener; +Cc: 67781-done

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-26 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 17:58 [bug#67781] [PATCH 08/10] gnu: rust-windows-x86-64-msvc: Add 0.52 Daniel Ziltener via Guix-patches via
2023-12-26 11:44 ` bug#67781: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).