[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2.
From: |
Aleksandr Vityazev |
Subject: |
[bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2. |
Date: |
Mon, 17 Jan 2022 15:14:35 +0000 |
* gnu/packages/crates-io.scm (rust-ahash-0.2): New variable.
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 048879bd37..8839075b37 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2010,6 +2010,30 @@ (define-public rust-ahash-0.3
("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")
--
2.34.0
--
Aleksandr Vityazev
- [bug#53315] [PATCH 124/150] gnu: Add rust-actix-service-0.4., (continued)
- [bug#53315] [PATCH 124/150] gnu: Add rust-actix-service-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 127/150] gnu: Add rust-actix-server-0.5., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 130/150] gnu: Add rust-actix-connect-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 132/150] gnu: Add rust-hashbrown-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 129/150] gnu: Add rust-actix-test-server-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 128/150] gnu: Add rust-actix-server-0.6., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 134/150] gnu: Add rust-hashbrown-0.3., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 135/150] gnu: Add rust-derive-more-0.14., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 133/150] gnu: Add rust-actix-web-codegen-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 138/150] gnu: Add rust-actix-router-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 131/150] gnu: Add rust-ahash-0.2.,
Aleksandr Vityazev <=
- [bug#53315] [PATCH 140/150] gnu: Add rust-awc-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 136/150] gnu: Add rust-actix-testing-0.1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 139/150] gnu: Add rust-actix-http-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 137/150] gnu: Add rust-actix-derive-0.4., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 143/150] gnu: Add rust-actix-web-1., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 146/150] gnu: rust-open-1: Inherit from rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 144/150] gnu: Add rust-web-view-0.7., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 142/150] gnu: Add rust-actix-http-test-0.2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 145/150] gnu: Add rust-open-2., Aleksandr Vityazev, 2022/01/17
- [bug#53315] [PATCH 147/150] gnu: Add rust-thread-priority-0.4., Aleksandr Vityazev, 2022/01/17