gnu: Add rust-windows-tokens-0.32.
* gnu/packages/crates-io.scm (rust-windows-tokens-0.32): New variable.master
parent
541db40c35
commit
a14f755e09
|
@ -74134,6 +74134,26 @@ if they were just another Rust module.")
|
|||
(description "Macros for the windows crate")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-windows-tokens-0.32
|
||||
(package
|
||||
(name "rust-windows-tokens")
|
||||
(version "0.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "windows-tokens" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rrqbxjkyk6h6p6jjzbcxr0mhqbz0yfndd2s2dsgmbl75f4yy7gn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t))
|
||||
(home-page "https://github.com/microsoft/windows-rs")
|
||||
(synopsis "Code gen support for the windows crate")
|
||||
(description "This package provides code generation support for the
|
||||
windows crate.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-xmltree-0.10
|
||||
(package
|
||||
(name "rust-xmltree")
|
||||
|
|
Reference in New Issue