mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: rust-hickory-recursor-0.24: Update to 0.24.1.
* gnu/packages/crates-web.scm (rust-hickory-recursor-0.24): Update to 0.24.1. Change-Id: I0fe529d1ada06615edafc07f8f1596000d1f4841
This commit is contained in:
parent
6896c4a3f1
commit
d1c5beea1f
1 changed files with 2 additions and 2 deletions
|
@ -2925,14 +2925,14 @@ DNS protocol library for all Hickory DNS projects.")
|
|||
(define-public rust-hickory-recursor-0.24
|
||||
(package
|
||||
(name "rust-hickory-recursor")
|
||||
(version "0.24.0")
|
||||
(version "0.24.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hickory-recursor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "146ifrml22hjydrw16qgfw32kv3v9wvvl4dqh45pg6fymxvw8xgi"))))
|
||||
(base32 "1a44l02v2ymxj10zkf46iak4y872zgwi9wyjp0710655jp1wgpg2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-async-recursion" ,rust-async-recursion-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue