mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-hickory-resolver-0.24: Update to 0.24.1.
* gnu/packages/crates-web.scm (rust-hickory-resolver-0.24): Update to 0.24.1. Change-Id: Ic60926bd33c1c7114d0b33cc84164f7cc1c6b966
This commit is contained in:
parent
d1c5beea1f
commit
a7d7795f97
1 changed files with 21 additions and 21 deletions
|
@ -2968,14 +2968,14 @@ performing recursive lookups.")
|
||||||
(define-public rust-hickory-resolver-0.24
|
(define-public rust-hickory-resolver-0.24
|
||||||
(package
|
(package
|
||||||
(name "rust-hickory-resolver")
|
(name "rust-hickory-resolver")
|
||||||
(version "0.24.0")
|
(version "0.24.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "hickory-resolver" version))
|
(uri (crate-uri "hickory-resolver" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s3486qczv9gaw8dap06c0bwb2bpqm23a0ihj169hsjf2qhz1f1m"))))
|
(base32 "0hzjn5wpchljcsk51c1156rk3f15iinmwh7h9hjqzjbmm8ipyx98"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-test-flags
|
`(#:cargo-test-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue