mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
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:
parent
1f3f0859c3
commit
5e20babe02
1 changed files with 3 additions and 3 deletions
|
@ -38329,16 +38329,16 @@ possible over the OS abstractions.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-mio-0.7)
|
(inherit rust-mio-0.7)
|
||||||
(name "rust-mio")
|
(name "rust-mio")
|
||||||
(version "0.6.21")
|
(version "0.6.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "mio" version))
|
(uri (crate-uri "mio" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13q02a7cwc140aygf8amadpzpl5lyj3p2r4wnvgydfpnphifqb9h"))))
|
(base32 "1i2c1vl8lr45apkh8xbh9k56ihfsmqff5l7s2fya7whvp7sndzaa"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f ; Not all files included.
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
("rust-fuchsia-zircon" ,rust-fuchsia-zircon-0.3)
|
("rust-fuchsia-zircon" ,rust-fuchsia-zircon-0.3)
|
||||||
|
|
Loading…
Add table
Reference in a new issue