gnu: rust-mio-0.6: Update to 0.6.23.

* gnu/packages/crates-io.scm (rust-mio-0.6): Update to 0.6.23.

Change-Id: I34e7b0e36293eea94577724bf4235a76607b6cd3
This commit is contained in:
Efraim Flashner 2024-01-22 21:04:35 +02:00
parent 1f3f0859c3
commit 5e20babe02
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -38329,16 +38329,16 @@ possible over the OS abstractions.")
(package
(inherit rust-mio-0.7)
(name "rust-mio")
(version "0.6.21")
(version "0.6.23")
(source
(origin
(method url-fetch)
(uri (crate-uri "mio" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13q02a7cwc140aygf8amadpzpl5lyj3p2r4wnvgydfpnphifqb9h"))))
(base32 "1i2c1vl8lr45apkh8xbh9k56ihfsmqff5l7s2fya7whvp7sndzaa"))))
(arguments
`(#:tests? #f
`(#:tests? #f ; Not all files included.
#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-fuchsia-zircon" ,rust-fuchsia-zircon-0.3)