gnu: Add rust-windows-implement-0.46.

* gnu/packages/crates-io.scm (rust-windows-implement-0.46): New variable.
This commit is contained in:
Ricardo Wurmus 2023-03-23 10:40:09 +01:00 committed by Efraim Flashner
parent 0c7a1cc719
commit ac458197e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -71610,6 +71610,30 @@ (define-public rust-windows-i686-msvc-0.28
(base32
"0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai"))))))
(define-public rust-windows-implement-0.46
(package
(name "rust-windows-implement")
(version "0.46.0")
(source (origin
(method url-fetch)
(uri (crate-uri "windows-implement" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"09kw706qcms5yy34lf714zspj34v8jirfxv7yycavpcsa9czpd69"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/microsoft/windows-rs")
(synopsis "The implement macro for the windows crate")
(description "This package provides the @code{implement} macro for the
windows crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-windows-implement-0.32
(package
(name "rust-windows-implement")