mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add rust-windows-implement-0.48.
* gnu/packages/crates-io.scm (rust-windows-implement-0.48): New variable. (rust-windows-implement-0.46): Inherit from rust-windows-implement-0.48. Change-Id: I428cd4739f9bb86bea4bba7c434a86afac3c596d
This commit is contained in:
parent
ec450a6066
commit
f98d1dfe67
1 changed files with 25 additions and 7 deletions
|
@ -83405,8 +83405,32 @@ (define-public rust-windows-i686-msvc-0.28
|
||||||
(base32
|
(base32
|
||||||
"0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai"))))))
|
"0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai"))))))
|
||||||
|
|
||||||
|
(define-public rust-windows-implement-0.48
|
||||||
|
(package
|
||||||
|
(name "rust-windows-implement")
|
||||||
|
(version "0.48.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows-implement" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1764n853zd7bb0wn94i0qxfs6kdy7wrz7v9qhdn7x7hvk64fabjy"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#: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.46
|
(define-public rust-windows-implement-0.46
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-windows-implement-0.48)
|
||||||
(name "rust-windows-implement")
|
(name "rust-windows-implement")
|
||||||
(version "0.46.0")
|
(version "0.46.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
@ -83416,18 +83440,12 @@ (define-public rust-windows-implement-0.46
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09kw706qcms5yy34lf714zspj34v8jirfxv7yycavpcsa9czpd69"))))
|
"09kw706qcms5yy34lf714zspj34v8jirfxv7yycavpcsa9czpd69"))))
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-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
|
(define-public rust-windows-implement-0.32
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue