guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

219/422: gnu: rust-hickory-server-0.24: Update to 0.24.1.


From: guix-commits
Subject: 219/422: gnu: rust-hickory-server-0.24: Update to 0.24.1.
Date: Wed, 6 Nov 2024 04:02:25 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit e1651a38a3bb70179035d38ff02357e93ee37956
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 16:35:16 2024 +0300

    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
---
 gnu/packages/crates-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 4774a119d0..e58ccd8d4b 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]