gnu: rust-resolv-conf-0.6: Update to 0.6.3.
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6): Update to 0.6.3. [arguments]: In cargo-inputs replace rust-hostname-0.1 with 0.3.master
parent
761357ba2c
commit
0b448c06ed
|
@ -19861,7 +19861,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(define-public rust-resolv-conf-0.6
|
(define-public rust-resolv-conf-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-resolv-conf")
|
(name "rust-resolv-conf")
|
||||||
(version "0.6.2")
|
(version "0.6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -19869,13 +19869,13 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jvdsmksdf6yiipm3aqahyv8n1cjd7wqc8sa0p0gzsax3fmb8qxj"))))
|
"0jlzifww1h7j23jnjj49xz8q0fpd9rqpd0ks8c4y651vgw9lx0qi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-quick-error" ,rust-quick-error-1.2)
|
(("rust-quick-error" ,rust-quick-error-1.2)
|
||||||
("rust-hostname", rust-hostname-0.1))))
|
("rust-hostname" ,rust-hostname-0.3))))
|
||||||
(home-page "https://github.com/tailhook/resolv-conf")
|
(home-page "https://github.com/tailhook/resolv-conf")
|
||||||
(synopsis "Parser for /etc/resolv.conf")
|
(synopsis "Parser for /etc/resolv.conf")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue