gnu: rust-socket2-0.4: Update to 0.4.7.

* gnu/packages/crates-io.scm (rust-socket2-0.4): Update to 0.4.7.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
( 2022-11-29 07:00:42 +00:00 committed by Tobias Geerinckx-Rice
parent 6af95348f3
commit ee048957dc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -53858,21 +53858,19 @@ (define-public rust-snappy-cpp-0.1
(define-public rust-socket2-0.4 (define-public rust-socket2-0.4
(package (package
(name "rust-socket2") (name "rust-socket2")
(version "0.4.0") (version "0.4.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "socket2" version)) (uri (crate-uri "socket2" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1gaf57dc16s1lfyv388w9vdl9qay15xds78jcwakml9kj3dx5qh2"))))
"18ny6m1gnf6cwp5ax0b5hr36w6yg16z7faj76b31aq2jghhgqgcy"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (list #:cargo-inputs
(("rust-libc" ,rust-libc-0.2) `(("rust-libc" ,rust-libc-0.2)
("rust-winapi" ,rust-winapi-0.3)))) ("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/rust-lang/socket2") (home-page "https://github.com/rust-lang/socket2")
(synopsis "Networking sockets in Rust") (synopsis "Networking sockets in Rust")
(description (description