guix-commits
[Top][All Lists]
Advanced

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

216/424: gnu: rust-hickory-proto-0.24: Update to 0.24.1.


From: guix-commits
Subject: 216/424: gnu: rust-hickory-proto-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 8358c30adc8880ae8e8addb96e88cd4e8f0ed587
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 16:33:50 2024 +0300

    gnu: rust-hickory-proto-0.24: Update to 0.24.1.
    
    * gnu/packages/crates-web.scm (rust-hickory-proto-0.24): Update to
    0.24.1.
    
    Change-Id: Iedc9a904907e7883f57d0a191779922ef09d62c6
---
 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 d339dac001..2b0715458d 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2860,14 +2860,14 @@ into other software that also use those libraries.")
 (define-public rust-hickory-proto-0.24
   (package
     (name "rust-hickory-proto")
-    (version "0.24.0")
+    (version "0.24.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "hickory-proto" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1kxvdzmwwi1d6wsp9bcs91ipmwxcyhpwbvz3an9h0q28ryy6y6h9"))))
+        (base32 "04p5jqp4mb1cp0vxgfwqlgrgpn45xjcsjss3g92ddw724228ns87"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-async-trait" ,rust-async-trait-0.1)



reply via email to

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