guix-patches
[Top][All Lists]
Advanced

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

[bug#69048] [PATCH 03/32] gnu: rust-hashbrown-0.14: Update to 0.14.3.


From: Hartmut Goebel
Subject: [bug#69048] [PATCH 03/32] gnu: rust-hashbrown-0.14: Update to 0.14.3.
Date: Sun, 11 Feb 2024 12:43:12 +0100

* gnu/packages/crates-io.scm (rust-hashbrown-0.14): Update to 0.14.3.
---
 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 438c4b934a..9bce6a0cc1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34296,14 +34296,14 @@ (define-public rust-hash32-derive-0.1
 (define-public rust-hashbrown-0.14
   (package
     (name "rust-hashbrown")
-    (version "0.14.0")
+    (version "0.14.3")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "hashbrown" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0yj3nf0w30pf30w503kgaw4sbjnh62l5cbmc7dd0mnczzywh2qic"))
+                "012nywlg0lj9kwanh69my5x67vjlfmzfi9a0rq4qvis2j8fil3r9"))
               (modules '((guix build utils)))
               (snippet
                '(begin
-- 
2.41.0






reply via email to

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