me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-siphasher-0.2.

* gnu/packages/crates-io.scm (rust-siphasher-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
John Soo 2019-12-19 09:48:39 -08:00 committed by Efraim Flashner
parent 88866abaf8
commit ff9ca85122
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -7970,6 +7970,27 @@ words, like Python's shlex.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-siphasher-0.2
(package
(name "rust-siphasher")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "siphasher" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://docs.rs/siphasher")
(synopsis "SipHash functions from rust-core < 1.13")
(description
"SipHash functions from rust-core < 1.13.")
(license (list license:asl2.0 license:expat))))
(define-public rust-slab-0.4 (define-public rust-slab-0.4
(package (package
(name "rust-slab") (name "rust-slab")