[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/384: gnu: rust-ahash-0.8: Update to 0.8.11.
From: |
guix-commits |
Subject: |
168/384: gnu: rust-ahash-0.8: Update to 0.8.11. |
Date: |
Thu, 10 Oct 2024 07:58:01 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d2a95893a72d4613c32585b126436aca5047aace
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:22:33 2024 +0300
gnu: rust-ahash-0.8: Update to 0.8.11.
* gnu/packages/crates-io.scm (rust-ahash-0.8): Update to 0.8.11.
[cargo-inputs]: Add rust-pcg-mwc-0.2, rust-smallvec-1. Replace
rust-hashbrown-0.12 with 0.14.
Change-Id: I0917bdc35a12e443784f7750c050b3093d1c9566
---
gnu/packages/crates-io.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8edfabdd07..2c6fe6482b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -846,14 +846,14 @@ the Rust programming language.")
(define-public rust-ahash-0.8
(package
(name "rust-ahash")
- (version "0.8.7")
+ (version "0.8.11")
(source (origin
(method url-fetch)
(uri (crate-uri "ahash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "008xw6gigwnf0q01ic4ar2y4dqfnzn3kyys6vd4cvfa3imjakhvp"))))
+ "04chdfkls5xmhp1d48gnjsmglbqibizs3bpbj6rsj604m10si7g8"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -869,12 +869,14 @@ the Rust programming language.")
(("rust-criterion" ,rust-criterion-0.3)
("rust-fnv" ,rust-fnv-1)
("rust-fxhash" ,rust-fxhash-0.2)
- ("rust-hashbrown" ,rust-hashbrown-0.12)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
("rust-hex" ,rust-hex-0.4)
("rust-no-panic" ,rust-no-panic-0.1)
+ ("rust-pcg-mwc" ,rust-pcg-mwc-0.2)
("rust-rand" ,rust-rand-0.8)
("rust-seahash" ,rust-seahash-4)
- ("rust-serde-json" ,rust-serde-json-1))))
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-smallvec" ,rust-smallvec-1))))
(home-page "https://github.com/tkaitchuck/ahash")
(synopsis
"Non-cryptographic hash function using AES-NI")
- 119/384: gnu: rust-regex-1: Update to 1.10.6., (continued)
- 119/384: gnu: rust-regex-1: Update to 1.10.6., guix-commits, 2024/10/10
- 132/384: gnu: rust-toml-datetime-0.6: Update to 0.6.8., guix-commits, 2024/10/10
- 139/384: gnu: xremap: Update to 0.10.1., guix-commits, 2024/10/10
- 141/384: gnu: just: Update to 1.35.0., guix-commits, 2024/10/10
- 145/384: gnu: Add rust-rstest-macros-0.19., guix-commits, 2024/10/10
- 142/384: gnu: Add rust-bat-0.24., guix-commits, 2024/10/10
- 161/384: gnu: rust-grep-searcher-0.1: Update to 0.1.14., guix-commits, 2024/10/10
- 150/384: gnu: Add rust-terminal-colorsaurus-0.4., guix-commits, 2024/10/10
- 162/384: gnu: rust-ignore-0.4: Update to 0.4.23., guix-commits, 2024/10/10
- 164/384: gnu: rust-pcre2-sys-0.2: Update to 0.2.9., guix-commits, 2024/10/10
- 168/384: gnu: rust-ahash-0.8: Update to 0.8.11.,
guix-commits <=
- 170/384: gnu: rust-ahash-0.4: Update to 0.4.8., guix-commits, 2024/10/10
- 173/384: gnu: Add rust-clap-cargo-0.14., guix-commits, 2024/10/10
- 176/384: gnu: rust-clap-4: Update to 4.5.18., guix-commits, 2024/10/10
- 179/384: gnu: rust-clap-lex-0.7: Update to 0.7.2., guix-commits, 2024/10/10
- 185/384: gnu: rust-crossbeam-0.8: Update to 0.8.4., guix-commits, 2024/10/10
- 178/384: gnu: rust-clap-complete-4: Update to 4.5.29., guix-commits, 2024/10/10
- 186/384: gnu: rust-crossbeam-channel-0.5: Update to 0.5.13., guix-commits, 2024/10/10
- 191/384: gnu: rust-memmap2-0.9: Update to 0.9.5., guix-commits, 2024/10/10
- 195/384: gnu: Add rust-pcg-mwc-0.2., guix-commits, 2024/10/10
- 204/384: gnu: Add rust-wasmparser-0.216., guix-commits, 2024/10/10