guix-commits
[Top][All Lists]
Advanced

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

17/127: gnu: rust-hashbrown-0.14: Update to 0.14.3.


From: guix-commits
Subject: 17/127: gnu: rust-hashbrown-0.14: Update to 0.14.3.
Date: Tue, 26 Dec 2023 06:42:30 -0500 (EST)

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

commit 19c40566f5fe75c1364df6ef50c4ad6bbde5c4e2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 24 09:55:55 2023 +0200

    gnu: rust-hashbrown-0.14: Update to 0.14.3.
    
    * gnu/packages/crates-io.scm (rust-hashbrown-0.14): Update to 0.14.3.
    [cargo-inputs]: Add rust-equivalent-1.
    
    Change-Id: I1678bfc8cee09c0378a349b7c68c667c644d1988
---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 259b399724..9958a15903 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34811,14 +34811,14 @@ already-hashed or hash-like data.")
 (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
@@ -34831,6 +34831,7 @@ already-hashed or hash-like data.")
        (("rust-ahash" ,rust-ahash-0.8)
         ("rust-allocator-api2" ,rust-allocator-api2-0.2)
         ("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+        ("rust-equivalent" ,rust-equivalent-1)
         ("rust-rayon" ,rust-rayon-1)
         ("rust-rkyv" ,rust-rkyv-0.7)
         ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)



reply via email to

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