mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-seahash-3.0.
* gnu/packages/crates-io.scm (rust-seahash-3.0): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
045cdf8679
commit
95c9898db3
1 changed files with 24 additions and 0 deletions
|
@ -7023,6 +7023,30 @@ (define-public rust-scroll-derive-0.9
|
|||
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)
|
||||
(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 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")
|
||||
|
|
Loading…
Reference in a new issue