1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: rust-hickory-server-0.24: Update to 0.24.1.

* gnu/packages/crates-web.scm (rust-hickory-server-0.24): Update to
0.24.1.
[cargo-inputs]: Replace rust-rusqlite-0.29 with 0.31.

Change-Id: Ib3bce888f057b5a68ec4a690ec814e905d9488ad
This commit is contained in:
Efraim Flashner 2024-09-22 16:35:16 +03:00
parent a7d7795f97
commit f9b31c56f9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3032,14 +3032,14 @@ intended to be a high-level library for any DNS record resolution, see
(define-public rust-hickory-server-0.24
(package
(name "rust-hickory-server")
(version "0.24.0")
(version "0.24.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "hickory-server" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dbwsrmxgf9nxkn3cp5fpjw96wywrzihbirjax25dd6wqidv9fsg"))))
(base32 "0dqcwk7vy87517l3v7j109fjg8jk46isjwbwdkdkz6vbalyf9q4v"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags
@ -3081,7 +3081,7 @@ intended to be a high-level library for any DNS record resolution, see
("rust-hickory-resolver" ,rust-hickory-resolver-0.24)
("rust-http" ,rust-http-0.2)
("rust-openssl" ,rust-openssl-0.10)
("rust-rusqlite" ,rust-rusqlite-0.29)
("rust-rusqlite" ,rust-rusqlite-0.31)
("rust-rustls" ,rust-rustls-0.21)
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1)