From d4d2503c4dcab510d43eb0208eb9f5496e215d10 Mon Sep 17 00:00:00 2001 From: John Soo Date: Sun, 15 Dec 2019 09:24:01 -0800 Subject: [PATCH 180/206] gnu: Add rust-seahash-3.0. * gnu/packages/crates-io.scm (rust-seahash-3.0): New variable. --- gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 74557ce4e6..febba2838d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -6993,6 +6993,29 @@ endian-aware Read/Write traits for byte buffers.") Pwrite traits from the scroll crate.") (license license:expat))) +(define-public rust-seahash-3.0 + (package + (name "rust-seahash") + (version "3.0.6") + (source + (origin + (method url-fetch) + (uri (crate-uri "seahash" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1pr8ijnxnp68ki4m4740yc5mr01zijf86yx07wbsqzwiyhghdmhq")))) + (build-system cargo-build-system) + (home-page + "https://gitlab.redox-os.org/redox-os/seahash") + (synopsis + "Hash function with proven statistical guarantees") + (description + "This package provides a blazingly fast, portable hash function with +proven statistical guarantees.") + (license license:expat))) + (define-public rust-security-framework-sys-0.3 (package (name "rust-security-framework-sys") -- 2.24.0