me
/
guix
Archived
1
0
Fork 0

gnu: rust-mio-0.7: Inherit from rust-mio-0.8.

* gnu/packages/crates-io.scm (rust-mio-0.7): Inherit from rust-mio-0.8.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Aleksandr Vityazev 2022-01-17 13:18:20 +00:00 committed by Nicolas Goaziou
parent de1f47e79b
commit 24994691e0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 9 deletions

View File

@ -32243,6 +32243,7 @@ possible over the OS abstractions.")
(define-public rust-mio-0.7 (define-public rust-mio-0.7
(package (package
(inherit rust-mio-0.8)
(name "rust-mio") (name "rust-mio")
(version "0.7.11") (version "0.7.11")
(source (source
@ -32252,7 +32253,6 @@ possible over the OS abstractions.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0mi9ah60l270761sz6qdhhn0hkn5msc8689b53bhnkmk0glx706g")))) (base32 "0mi9ah60l270761sz6qdhhn0hkn5msc8689b53bhnkmk0glx706g"))))
(build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2) (("rust-libc" ,rust-libc-0.2)
@ -32262,14 +32262,7 @@ possible over the OS abstractions.")
("rust-winapi" ,rust-winapi-0.3)) ("rust-winapi" ,rust-winapi-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-env-logger" ,rust-env-logger-0.6) (("rust-env-logger" ,rust-env-logger-0.6)
("rust-rand" ,rust-rand-0.4)))) ("rust-rand" ,rust-rand-0.4))))))
(home-page "https://github.com/tokio-rs/mio")
(synopsis "Lightweight non-blocking IO")
(description
"Mio is a fast, low-level I/O library for Rust focusing on non-blocking
APIs and event notification for building I/O apps with as little overhead as
possible over the OS abstractions.")
(license license:expat)))
(define-public rust-mio-0.6 (define-public rust-mio-0.6
(package (package