me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-ahash-0.2.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Aleksandr Vityazev 2022-01-17 15:14:35 +00:00 committed by Nicolas Goaziou
parent 7fe8bdb4a8
commit 014a878410
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -2029,6 +2029,30 @@ using AES-NI for high performance.")
("rust-rand" ,rust-rand-0.6)
("rust-seahash" ,rust-seahash-3))))))
(define-public rust-ahash-0.2
(package
(inherit rust-ahash-0.4)
(name "rust-ahash")
(version "0.2.19")
(source
(origin
(method url-fetch)
(uri (crate-uri "ahash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1yzdrxaq99zfy0niq5i3cz5jv569s3s6z5q2cxcg08y6prh1nri9"))))
(arguments
`(#:cargo-inputs
(("rust-const-random" ,rust-const-random-0.1))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.2)
("rust-fnv" ,rust-fnv-1)
("rust-fxhash" ,rust-fxhash-0.2)
("rust-hex" ,rust-hex-0.3)
("rust-no-panic" ,rust-no-panic-0.1)
("rust-rand" ,rust-rand-0.6)
("rust-seahash" ,rust-seahash-3))))))
(define-public rust-aho-corasick-0.7
(package
(name "rust-aho-corasick")