mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-windows-interface-0.57.
* gnu/packages/crates-windows.scm (rust-windows-interface-0.57): New variable. Change-Id: I1c14a99d4a84181a6585e1686080e9d6cc8981e5 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a33c15a9b4
commit
30d74def5d
1 changed files with 17 additions and 0 deletions
|
@ -2213,6 +2213,23 @@ (define-public rust-windows-interface-0.58
|
|||
"This package provides the interface macro for the Windows crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-interface-0.57
|
||||
(package
|
||||
(inherit rust-windows-interface-0.58)
|
||||
(name "rust-windows-interface")
|
||||
(version "0.57.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-interface" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19zwlzr0q1z9s692681yb5w2lhvwcyx4v95s25hfdkd3isry9gi9"))))
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue