mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: Add rust-seahash-4.
* gnu/packages/crates-io.scm (rust-seahash-4): New variable.
This commit is contained in:
parent
3cd3703b36
commit
f2cbee9238
1 changed files with 20 additions and 0 deletions
|
@ -44521,6 +44521,26 @@ Pwrite traits from the scroll crate.")
|
||||||
proven statistical guarantees.")
|
proven statistical guarantees.")
|
||||||
(license license:expat)))
|
(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
|
(define-public rust-seccomp-sys-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-seccomp-sys")
|
(name "rust-seccomp-sys")
|
||||||
|
|
Loading…
Add table
Reference in a new issue