guix-commits
[Top][All Lists]
Advanced

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

03/69: gnu: Add rust-seahash-4.


From: guix-commits
Subject: 03/69: gnu: Add rust-seahash-4.
Date: Thu, 11 Nov 2021 10:43:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f2cbee9238585e98b04ce7b667d0e676fa8893db
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 9 10:12:59 2021 +0000

    gnu: Add rust-seahash-4.
    
    * gnu/packages/crates-io.scm (rust-seahash-4): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 70654f6..459c1a5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44521,6 +44521,26 @@ Pwrite traits from the scroll crate.")
 proven statistical guarantees.")
     (license license:expat)))
 
+(define-public rust-seahash-4
+  (package
+    (name "rust-seahash")
+    (version "4.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "seahash" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0sxsb64np6bvnppjz5hg4rqpnkczhsl8w8kf2a5lr1c08xppn40w"))))
+    (build-system cargo-build-system)
+    (arguments '(#:skip-build? #t))
+    (home-page "https://gitlab.redox-os.org/redox-os/seahash";)
+    (synopsis "Hash function with proven statistical guarantees")
+    (description
+     "This package provides a fast, portable hash function with proven
+statistical guarantees.")
+    (license license:expat)))
+
 (define-public rust-seccomp-sys-0.1
   (package
     (name "rust-seccomp-sys")



reply via email to

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