[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/311: gnu: Add rust-windows-0.48.
From: |
guix-commits |
Subject: |
22/311: gnu: Add rust-windows-0.48. |
Date: |
Sat, 28 Oct 2023 16:37:25 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9beffd56e5b77db8e97f58ccb505d3e987bd22c0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 08:31:17 2023 +0300
gnu: Add rust-windows-0.48.
* gnu/packages/crates-io.scm (rust-windows-0.48): New variable.
(rust-windows-0.46): Inherit from rust-windows-0.48.
Change-Id: I748f8f6d387607271d76713990a917f24398e342
---
gnu/packages/crates-io.scm | 36 +++++++++++++++++++++++++++---------
1 file changed, 27 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e36ae45692..de02f77a4f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -83042,8 +83042,34 @@ color in a Windows console.")
#:cargo-inputs
(("rust-winapi" ,rust-winapi-0.3))))))
+(define-public rust-windows-0.48
+ (package
+ (name "rust-windows")
+ (version "0.48.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "windows" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "03vh89ilnxdxdh0n9np4ns4m10fvm93h3b0cc05ipg3qq1mqi1p6"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-windows-implement" ,rust-windows-implement-0.48)
+ ("rust-windows-interface" ,rust-windows-interface-0.48)
+ ("rust-windows-targets" ,rust-windows-targets-0.48))))
+ (home-page "https://github.com/microsoft/windows-rs")
+ (synopsis "Rust for Windows")
+ (description "The windows crate lets you call any Windows API past,
+present, and future using code generated on the fly directly from the metadata
+describing the API and right into your Rust package where you can call them as
+if they were just another Rust module.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-windows-0.46
(package
+ (inherit rust-windows-0.48)
(name "rust-windows")
(version "0.46.0")
(source (origin
@@ -83053,19 +83079,11 @@ color in a Windows console.")
(sha256
(base32
"098crdz9gxgy3614ygznqqhn28q097r498b3rg35584nd8gb9b6d"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-windows-implement" ,rust-windows-implement-0.46)
("rust-windows-interface" ,rust-windows-interface-0.46)
- ("rust-windows-targets" ,rust-windows-targets-0.42))))
- (home-page "https://github.com/microsoft/windows-rs")
- (synopsis "Rust for Windows")
- (description "The windows crate lets you call any Windows API past,
-present, and future using code generated on the fly directly from the metadata
-describing the API and right into your Rust package where you can call them as
-if they were just another Rust module.")
- (license (list license:expat license:asl2.0))))
+ ("rust-windows-targets" ,rust-windows-targets-0.42))))))
(define-public rust-windows-0.32
(package
- 09/311: gnu: rust-digest-0.10: Update to 0.10.7., (continued)
- 09/311: gnu: rust-digest-0.10: Update to 0.10.7., guix-commits, 2023/10/28
- 10/311: gnu: Add rust-compound-duration-1., guix-commits, 2023/10/28
- 11/311: gnu: rust-filetime-0.2: Update to 0.2.22., guix-commits, 2023/10/28
- 12/311: gnu: rust-glob-0.3: Update to 0.3.1., guix-commits, 2023/10/28
- 16/311: gnu: rust-serde-ignored-0.1: Update to 0.1.9., guix-commits, 2023/10/28
- 18/311: gnu: Add rust-xattr-1., guix-commits, 2023/10/28
- 20/311: gnu: Add rust-windows-interface-0.48., guix-commits, 2023/10/28
- 19/311: gnu: Add rust-winnow-0.5., guix-commits, 2023/10/28
- 23/311: gnu: rust-walkdir-2: Update to 2.4.0., guix-commits, 2023/10/28
- 21/311: gnu: Add rust-windows-implement-0.48., guix-commits, 2023/10/28
- 22/311: gnu: Add rust-windows-0.48.,
guix-commits <=
- 24/311: gnu: rust-toml-edit-0.19: Update to 0.19.15., guix-commits, 2023/10/28
- 26/311: gnu: rust-toml-0.7: Update to 0.7.8., guix-commits, 2023/10/28
- 27/311: gnu: rust-thiserror-impl-1: Update to 1.0.50., guix-commits, 2023/10/28
- 29/311: gnu: rust-termcolor-1: Update to 1.3.0., guix-commits, 2023/10/28
- 25/311: gnu: rust-toml-datetime-0.6: Update to 0.6.3., guix-commits, 2023/10/28
- 28/311: gnu: rust-thiserror-1: Update to 1.0.50., guix-commits, 2023/10/28
- 32/311: gnu: rust-sha2-0.10: Update to 0.10.8., guix-commits, 2023/10/28
- 33/311: gnu: rust-semver-1: Update to 1.0.20., guix-commits, 2023/10/28
- 31/311: gnu: rust-sha2-asm-0.6: Update to 0.6.3., guix-commits, 2023/10/28
- 34/311: gnu: rust-serde-spanned-0.6: Update to 0.6.3., guix-commits, 2023/10/28