mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
gnu: Add rust-local-ip-address-0.5.
* gnu/packages/crates-io.scm (rust-local-ip-address-0.5): New variable. (rust-local-ip-address-0.4): Remove variable. Change-Id: I9c77e09e5674dc57a23abdad5d319f9ac174e8fe
This commit is contained in:
parent
5dc5628c5a
commit
31f92472e5
1 changed files with 5 additions and 5 deletions
|
@ -39540,24 +39540,24 @@ can also be used outside of a proc-macro context.")
|
||||||
futures-aware, FIFO queue.")
|
futures-aware, FIFO queue.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-local-ip-address-0.4
|
(define-public rust-local-ip-address-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-local-ip-address")
|
(name "rust-local-ip-address")
|
||||||
(version "0.4.9")
|
(version "0.5.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "local-ip-address" version))
|
(uri (crate-uri "local-ip-address" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xc88i6v43rx5f5im0zadd8nl3k7wvf2lv351q20d05h5w4pzawy"))))
|
(base32 "0pfiy5pj70y0ycdf3scmxpgmj7jyi99054rk4rfzpb75kkmd8bk1"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Integration test with local IP address.
|
`(#:tests? #f ; Integration test with local IP address.
|
||||||
#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-neli" ,rust-neli-0.5)
|
("rust-neli" ,rust-neli-0.6)
|
||||||
("rust-thiserror" ,rust-thiserror-1)
|
("rust-thiserror" ,rust-thiserror-1)
|
||||||
("rust-windows-sys" ,rust-windows-sys-0.42))))
|
("rust-windows-sys" ,rust-windows-sys-0.48))))
|
||||||
(home-page "https://github.com/EstebanBorai/local-ip-address")
|
(home-page "https://github.com/EstebanBorai/local-ip-address")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Retrieve system's local IP address and network interfaces/adapters")
|
"Retrieve system's local IP address and network interfaces/adapters")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue