gnu: rust-async-io-1: Update to 1.13.0.
* gnu/packages/crates-io.scm (rust-async-io-1): Update to 1.13.0. [cargo-inputs]: Add rust-async-lock-2, rust-autocfg-1, rust-cfg-if-1, rust-rustix-0.37, rust-slab-0.4, rust-socket2-0.4. Replace rust-concurrent-queue-1 with 2. Remove rust-fastrand-1, rust-libc-0.2, rust-nb-connect-1, rust-once-cell-1, rust-vec-arena-1. [cargo-development-inputs]: Add rust-blocking-1, rust-criterion-0.4, rust-getrandom-0.2. Replace rust-inotify-0.8 with 0.10, rust-signal-hook-0.1 with 0.3, rust-uds-windows-0.1 with 1. Remove rust-nix-0.18.
This commit is contained in:
parent
cb6f03c70a
commit
8f88f83fed
@ -4957,38 +4957,40 @@ AsyncSeek if the inner type does.")
|
||||
(define-public rust-async-io-1
|
||||
(package
|
||||
(name "rust-async-io")
|
||||
(version "1.3.1")
|
||||
(version "1.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "async-io" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zg0bvb58615qar6ih3ddr1cyjh0fsrfdhpy90z1qxjnfpqgh5ck"))))
|
||||
(base32 "1byj7lpw0ahk6k63sbc9859v68f28hpaab41dxsjj1ggjdfv9i8g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-concurrent-queue" ,rust-concurrent-queue-1)
|
||||
("rust-fastrand" ,rust-fastrand-1)
|
||||
(("rust-async-lock" ,rust-async-lock-2)
|
||||
("rust-autocfg" ,rust-autocfg-1)
|
||||
("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-concurrent-queue" ,rust-concurrent-queue-2)
|
||||
("rust-futures-lite" ,rust-futures-lite-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-nb-connect" ,rust-nb-connect-1)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking" ,rust-parking-2)
|
||||
("rust-polling" ,rust-polling-2)
|
||||
("rust-vec-arena" ,rust-vec-arena-1)
|
||||
("rust-waker-fn" ,rust-waker-fn-1)
|
||||
("rust-winapi" ,rust-winapi-0.3))
|
||||
("rust-rustix" ,rust-rustix-0.37)
|
||||
("rust-slab" ,rust-slab-0.4)
|
||||
("rust-socket2" ,rust-socket2-0.4)
|
||||
("rust-waker-fn" ,rust-waker-fn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-async-channel" ,rust-async-channel-1)
|
||||
("rust-async-net" ,rust-async-net-1)
|
||||
("rust-inotify" ,rust-inotify-0.8)
|
||||
("rust-nix" ,rust-nix-0.18)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.1)
|
||||
("rust-blocking" ,rust-blocking-1)
|
||||
("rust-criterion" ,rust-criterion-0.4)
|
||||
("rust-getrandom" ,rust-getrandom-0.2)
|
||||
("rust-inotify" ,rust-inotify-0.10)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.3)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-timerfd" ,rust-timerfd-1)
|
||||
("rust-uds-windows" ,rust-uds-windows-0.1))))
|
||||
("rust-uds-windows" ,rust-uds-windows-1))))
|
||||
(home-page "https://github.com/stjepang/async-io")
|
||||
(synopsis "Async I/O and timers")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user