guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: rust-ahash-0.8: Update to 0.8.7.


From: guix-commits
Subject: 02/05: gnu: rust-ahash-0.8: Update to 0.8.7.
Date: Sun, 11 Feb 2024 09:38:09 -0500 (EST)

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

commit 512b3faa830840d2ce260ff8c6043c8f3651e130
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sun Feb 11 12:43:11 2024 +0100

    gnu: rust-ahash-0.8: Update to 0.8.7.
    
    * gnu/packages/crates-io.scm (rust-ahash-0.8): Update to 0.8.7.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 215fe0974d..0445b93c24 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -646,14 +646,14 @@ the Rust programming language.")
 (define-public rust-ahash-0.8
   (package
     (name "rust-ahash")
-    (version "0.8.6")
+    (version "0.8.7")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "ahash" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0yn9i8nc6mmv28ig9w3dga571q09vg9f1f650mi5z8phx42r6hli"))))
+                "008xw6gigwnf0q01ic4ar2y4dqfnzn3kyys6vd4cvfa3imjakhvp"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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