mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: rust-io-extras-0.18: Update to 0.18.4.
* gnu/packages/crates-io.scm (rust-io-extras-0.1): Update to 0.18.4. [cargo-inputs]: Replace rust-mio-0.8 with 1, rust-socket2-0.4 with 0.5. Change-Id: I836eae0a40c5278ae20fbc46d11925efa01001af
This commit is contained in:
parent
33ec6f610e
commit
74d7a9544c
1 changed files with 4 additions and 4 deletions
|
@ -37415,21 +37415,21 @@ (define-public rust-io-close-0.3
|
|||
(define-public rust-io-extras-0.18
|
||||
(package
|
||||
(name "rust-io-extras")
|
||||
(version "0.18.1")
|
||||
(version "0.18.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "io-extras" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vfi3dm8667naalicaaq1lqp8pvnjp805x5903k2k2hfp4zyf0f3"))))
|
||||
(base32 "0raay0wyzgmfdi0p9lphm19fmldwqgw9x47ynbs7w2al63zdv192"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-async-std" ,rust-async-std-1)
|
||||
("rust-io-lifetimes" ,rust-io-lifetimes-2)
|
||||
("rust-mio" ,rust-mio-0.8)
|
||||
("rust-mio" ,rust-mio-1)
|
||||
("rust-os-pipe" ,rust-os-pipe-1)
|
||||
("rust-socket2" ,rust-socket2-0.4)
|
||||
("rust-socket2" ,rust-socket2-0.5)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-windows-sys" ,rust-windows-sys-0.52))
|
||||
#:cargo-development-inputs (("rust-os-pipe" ,rust-os-pipe-1))))
|
||||
|
|
Loading…
Reference in a new issue