mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-winapi-util-0.1: Update to 0.1.9.
* gnu/packages/crates-windows.scm (rust-winapi-util-0.1): Update to 0.1.9. [cargo-inputs]: Add rust-windows-sys-0.48. Remove rust-winapi-0.3. Change-Id: Ifb060cad5fd3e54902fecad4ec02ee07bc9e7d34
This commit is contained in:
parent
69c8a20f6f
commit
c1cc8ca1f5
1 changed files with 3 additions and 3 deletions
|
@ -989,7 +989,7 @@ i686-pc-windows-gnu target. Please don't use this crate directly, depend on
|
|||
(define-public rust-winapi-util-0.1
|
||||
(package
|
||||
(name "rust-winapi-util")
|
||||
(version "0.1.6")
|
||||
(version "0.1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -997,10 +997,10 @@ i686-pc-windows-gnu target. Please don't use this crate directly, depend on
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15i5lm39wd44004i9d5qspry2cynkrpvwzghr6s2c3dsk28nz7pj"))))
|
||||
"1fqhkcl9scd230cnfj8apfficpf5c9vhwnk4yy9xfc1sw69iq8ng"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||
(home-page "https://github.com/BurntSushi/winapi-util")
|
||||
(synopsis "Dumping ground for high level safe wrappers over winapi")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue