mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-windows-implement-0.57.
* gnu/packages/crates-windows.scm (rust-windows-implement-0.57): New variable. Change-Id: I9a97439b5649018919d18ee463550c43d0fbd42c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
30d74def5d
commit
417b8c7c3b
1 changed files with 17 additions and 0 deletions
|
@ -2066,6 +2066,23 @@ crate.")
|
||||||
Windows crate.")
|
Windows crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-implement-0.57
|
||||||
|
(package
|
||||||
|
(inherit rust-windows-implement-0.58)
|
||||||
|
(name "rust-windows-implement")
|
||||||
|
(version "0.57.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows-implement" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1mqs7qypclnmx5r8yq5jy3g2d8i27vzag9yzzzxzpdnmb70ds1wi"))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-2))))))
|
||||||
|
|
||||||
(define-public rust-windows-implement-0.52
|
(define-public rust-windows-implement-0.52
|
||||||
(package
|
(package
|
||||||
(inherit rust-windows-implement-0.58)
|
(inherit rust-windows-implement-0.58)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue