guix-commits
[Top][All Lists]
Advanced

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

38/134: gnu: rust-hashbrown-0.14: Update to 0.14.5.


From: guix-commits
Subject: 38/134: gnu: rust-hashbrown-0.14: Update to 0.14.5.
Date: Tue, 3 Dec 2024 10:04:16 -0500 (EST)

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

commit 1d5491fc5259e9ca7c0f98e5b2de6f68ecc091d9
Author: Murilo <murilo@disroot.org>
AuthorDate: Fri Nov 29 11:36:34 2024 -0300

    gnu: rust-hashbrown-0.14: Update to 0.14.5.
    
    * gnu/packages/crates-io.scm (rust-hashbrown-0.14): Update to 0.14.5.
    
    Change-Id: Ica60af634ecc02a44f350c7ed11969b9354dbaa2
    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 5577343759..e8fad9f781 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33024,14 +33024,14 @@ already-hashed or hash-like data.")
   (package
     (inherit rust-hashbrown-0.15)
     (name "rust-hashbrown")
-    (version "0.14.3")
+    (version "0.14.5")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "hashbrown" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "012nywlg0lj9kwanh69my5x67vjlfmzfi9a0rq4qvis2j8fil3r9"))
+                "1wa1vy1xs3mp11bn3z9dv0jricgr6a2j0zkf1g19yz3vw4il89z5"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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