mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: rust-trust-dns-resolver-0.19: Update to 0.19.7.
* gnu/packages/crates-web.scm (rust-trust-dns-resolver-0.19): Update to 0.19.7. [cargo-inputs]: Replace rust-resolv-conf-0.6 with 0.7. Remove rust-backtrace-0.3. Change-Id: I29199d7e3522b169201faccb30ee72eb5ee00957
This commit is contained in:
parent
18e7741f2e
commit
0aa13cf036
1 changed files with 4 additions and 5 deletions
|
@ -3218,7 +3218,7 @@ other queries.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-trust-dns-resolver-0.20)
|
(inherit rust-trust-dns-resolver-0.20)
|
||||||
(name "rust-trust-dns-resolver")
|
(name "rust-trust-dns-resolver")
|
||||||
(version "0.19.5")
|
(version "0.19.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3226,18 +3226,17 @@ other queries.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xqv31gndybcrr5gi6jjp47qcvdxsc147s69a0y0nc6qqgyws8qg"))))
|
"1sqcvwcfllypmjqnhf4dksggpykq57nkh2vdl99xnx8i6wxmj3vi"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false ;network unreachable
|
`(#:tests? #false ;network unreachable
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
("rust-cfg-if" ,rust-cfg-if-0.1)
|
|
||||||
("rust-futures" ,rust-futures-0.3)
|
("rust-futures" ,rust-futures-0.3)
|
||||||
("rust-ipconfig" ,rust-ipconfig-0.2)
|
("rust-ipconfig" ,rust-ipconfig-0.2)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-log" ,rust-log-0.4)
|
("rust-log" ,rust-log-0.4)
|
||||||
("rust-lru-cache" ,rust-lru-cache-0.1)
|
("rust-lru-cache" ,rust-lru-cache-0.1)
|
||||||
("rust-resolv-conf" ,rust-resolv-conf-0.6)
|
("rust-resolv-conf" ,rust-resolv-conf-0.7)
|
||||||
("rust-rustls" ,rust-rustls-0.17)
|
("rust-rustls" ,rust-rustls-0.17)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
("rust-smallvec" ,rust-smallvec-1)
|
("rust-smallvec" ,rust-smallvec-1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue