mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-hickory-client-0.24: Update to 0.24.1.
* gnu/packages/crates-web.scm (rust-hickory-client-0.24): Update to 0.24.1. Change-Id: Ic6a709624d0e24ec3d35049f889ae114daf27bb0
This commit is contained in:
parent
c17c7da9b5
commit
31f365431e
1 changed files with 2 additions and 2 deletions
|
@ -2812,14 +2812,14 @@ (define-public rust-headers-core-0.1
|
|||
(define-public rust-hickory-client-0.24
|
||||
(package
|
||||
(name "rust-hickory-client")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hickory-client" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0bj6g69h86d7mbclrwaj7cgl1plr6pvllv8qn69xmpgh9h90hgkz"))))
|
||||
(base32 "0m8vnqgqg9vaanpphqccm9p8iqc0bm2kc0kvhmx9by6q10xnifds"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
|
|
Loading…
Reference in a new issue