guix-commits
[Top][All Lists]
Advanced

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

215/424: gnu: rust-hickory-client-0.24: Update to 0.24.1.


From: guix-commits
Subject: 215/424: gnu: rust-hickory-client-0.24: Update to 0.24.1.
Date: Sun, 10 Nov 2024 05:42:09 -0500 (EST)

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

commit 7d783a6570b3aebaf6e6ac80ef8356b0f1c20a67
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 16:33:24 2024 +0300

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

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index ee32c99374..d339dac001 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2812,14 +2812,14 @@ transfer coding.")
 (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



reply via email to

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