[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/111: gnu: Add rust-foldhash-0.1.
From: |
guix-commits |
Subject: |
92/111: gnu: Add rust-foldhash-0.1. |
Date: |
Thu, 21 Nov 2024 08:33:37 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit eabc4dbad66c1150adf0c7ce7ab7650e13050db5
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Nov 20 21:04:51 2024 +0200
gnu: Add rust-foldhash-0.1.
* gnu/packages/crates-io.scm (rust-foldhash-0.1): New variable.
Change-Id: Ibc3e83467e43be8b30d5caf42fdc7e476743aece
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d285445cf0..88cbcbdd61 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28514,6 +28514,33 @@ implementation that is more efficient for smaller hash
keys.")
(license (list license:asl2.0
license:expat))))
+(define-public rust-foldhash-0.1
+ (package
+ (name "rust-foldhash")
+ (version "0.1.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "foldhash" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "18in1a8mjcg43pfrdkhwzr0w988zb2bmb6sqwi07snjlkhvcc7pq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-development-inputs (("rust-ahash" ,rust-ahash-0.8)
+ ("rust-chrono" ,rust-chrono-0.4)
+ ("rust-criterion" ,rust-criterion-0.5)
+ ("rust-fxhash" ,rust-fxhash-0.2)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-uuid" ,rust-uuid-1))))
+ (home-page "https://github.com/orlp/foldhash")
+ (synopsis "Non-cryptographic, minimally DoS-resistant hashing algorithm")
+ (description
+ "This package provides a fast, non-cryptographic, minimally
+@code{DoS-resistant} hashing algorithm.")
+ (license license:zlib)))
+
(define-public rust-font-kit-0.11
(package
(name "rust-font-kit")
- 99/111: gnu: vivid: Update to 0.10.1., (continued)
- 99/111: gnu: vivid: Update to 0.10.1., guix-commits, 2024/11/21
- 100/111: gnu: rust-hyprland-0.3: Update to 0.3.13., guix-commits, 2024/11/21
- 97/111: gnu: rust-rust-embed-impl-8: Update to 8.5.0., guix-commits, 2024/11/21
- 111/111: gnu: rust-bindgen-cli: Update to 0.70.1., guix-commits, 2024/11/21
- 105/111: gnu: icedove-minimal: Fix build., guix-commits, 2024/11/21
- 103/111: gnu: Add xremap-kde., guix-commits, 2024/11/21
- 109/111: gnu: hyperfine: Update to 1.18.0., guix-commits, 2024/11/21
- 104/111: gnu: icecat-minimal: Fix build., guix-commits, 2024/11/21
- 15/111: gnu: rust-crates-io-0.40: Update to 0.40.5., guix-commits, 2024/11/21
- 107/111: gnu: Add rust-cargo-toml-0.20., guix-commits, 2024/11/21
- 92/111: gnu: Add rust-foldhash-0.1.,
guix-commits <=
- 108/111: gnu: cargo-machete: Update to 0.7.0., guix-commits, 2024/11/21
- 110/111: gnu: Add rust-bindgen-0.70., guix-commits, 2024/11/21