gnu: rust-nb-connect-1: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-nb-connect-1): Update to 1.2.0. [cargo-inputs]: Add rust-socket2-0.4. Remove rust-winapi-0.3. [home-page]: Update to new home-page. Change-Id: I99180f37d593566ad6ba2f29bd521c4846af46b3
parent
d26af661b6
commit
968ed03ccc
|
@ -45243,23 +45243,22 @@ implementation.")
|
||||||
(define-public rust-nb-connect-1
|
(define-public rust-nb-connect-1
|
||||||
(package
|
(package
|
||||||
(name "rust-nb-connect")
|
(name "rust-nb-connect")
|
||||||
(version "1.0.2")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "nb-connect" version))
|
(uri (crate-uri "nb-connect" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1649m71wc0cg1rqgl8vbh0489znkhpwgl0isjd5x8mz470ash8w1"))))
|
(base32 "05fadcyxaz0r8pbh498y24xay3b2gb73ih3fj7hwylggqq6m9fxi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-libc" ,rust-libc-0.2)
|
(("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-winapi" ,rust-winapi-0.3))
|
("rust-socket2" ,rust-socket2-0.4))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-polling" ,rust-polling-2))))
|
(("rust-polling" ,rust-polling-2))))
|
||||||
(home-page "https://github.com/stjepang/nb-connect")
|
(home-page "https://github.com/smol-rs/nb-connect")
|
||||||
(synopsis "Non-blocking TCP or Unix connect")
|
(synopsis "Non-blocking TCP or Unix connect")
|
||||||
(description
|
(description
|
||||||
"This crate allows you to create a TcpStream or a UnixStream in
|
"This crate allows you to create a TcpStream or a UnixStream in
|
||||||
|
|
Reference in New Issue