1
Fork 0
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:
Efraim Flashner 2024-09-22 16:34:14 +03:00
parent 6896c4a3f1
commit d1c5beea1f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)