guix-patches
[Top][All Lists]
Advanced

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

[bug#74233] [PATCH rust-team v3 08/73] gnu: rust-hashbrown: Upgrade v0.1


From: Aaron Covrig
Subject: [bug#74233] [PATCH rust-team v3 08/73] gnu: rust-hashbrown: Upgrade v0.14
Date: Wed, 4 Dec 2024 19:06:14 -0500

* gnu/packages/crates-io.scm (rust-hashbrown-0.15): Bump to v0.14.5
---
 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 721e0c4962..273dde2275 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33025,14 +33025,14 @@ (define-public rust-hashbrown-0.14
   (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
-- 
2.47.0






reply via email to

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