mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-winapi-wsapoll-0.1: Update to 0.1.2.
* gnu/packages/crates-windows.scm (rust-winapi-wsapoll-0.1): Update to 0.1.2. [arguments]: Don't skip the build. Change-Id: I85b22c594052f0205c9fb58a7d357ac248f7cca0
This commit is contained in:
parent
c1cc8ca1f5
commit
3f1b5003cc
1 changed files with 3 additions and 5 deletions
|
@ -1012,19 +1012,17 @@ winapi.")
|
||||||
(define-public rust-winapi-wsapoll-0.1
|
(define-public rust-winapi-wsapoll-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-winapi-wsapoll")
|
(name "rust-winapi-wsapoll")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "winapi-wsapoll" version))
|
(uri (crate-uri "winapi-wsapoll" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vnzlcm6yrlx0xdx4g7zr41n84aj73h0p8fwh0m60mbiyl873ha4"))))
|
(base32 "0a1zxmpvxaw75y4lwavi6qbq95cnrz83a5p84rarjxn5g7vcbbqy"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-winapi" ,rust-winapi-0.3))))
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-winapi" ,rust-winapi-0.3))))
|
|
||||||
(home-page "https://github.com/psychon/winapi-wsapoll")
|
(home-page "https://github.com/psychon/winapi-wsapoll")
|
||||||
(synopsis "Safe wrapper around WSAPoll")
|
(synopsis "Safe wrapper around WSAPoll")
|
||||||
(description "This package provides safe wrapper around WSAPoll.")
|
(description "This package provides safe wrapper around WSAPoll.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue