[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53401] [PATCH 49/49] gnu: Add rust-ethbloom 0.5.3 and 0.11.1.
From: |
Attila Lendvai |
Subject: |
[bug#53401] [PATCH 49/49] gnu: Add rust-ethbloom 0.5.3 and 0.11.1. |
Date: |
Thu, 20 Jan 2022 22:50:45 +0100 |
---
gnu/packages/crates-io.scm | 55 ++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a5effbdb26..2895afd20b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18590,6 +18590,61 @@ (define-public rust-escargot-0.3
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))))
+(define-public rust-ethbloom-0.11
+ (package
+ (name "rust-ethbloom")
+ (version "0.11.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ethbloom" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1y73c4v60jy6wc4gssrg775y6vzc4axn523qkxswbxm8iyn89dmz"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-crunchy" ,rust-crunchy-0.2)
+ ("rust-fixed-hash" ,rust-fixed-hash-0.7)
+ ("rust-impl-codec" ,rust-impl-codec-0.5)
+ ("rust-impl-rlp" ,rust-impl-rlp-0.3)
+ ("rust-impl-serde" ,rust-impl-serde-0.3)
+ ("rust-scale-info" ,rust-scale-info-1)
+ ("rust-tiny-keccak" ,rust-tiny-keccak-2))
+ #:cargo-development-inputs
+ (("rust-criterion" ,rust-criterion-0.3)
+ ("rust-hex-literal" ,rust-hex-literal-0.3)
+ ("rust-rand" ,rust-rand-0.8))))
+ (home-page "https://github.com/paritytech/parity-common")
+ (synopsis "Ethereum bloom filter")
+ (description synopsis)
+ (license (list license:expat license:asl2.0))))
+
+(define-public rust-ethbloom-0.5
+ (package
+ (inherit rust-ethbloom-0.11)
+ (name "rust-ethbloom")
+ (version "0.5.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ethbloom" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0q2kix0p067rrfffhbfra453dw51s4cfgs0lhirslsv4callsad6"))))
+ (arguments
+ `(#:tests? #f ; The tests fail.
+ #:cargo-inputs
+ (("rust-crunchy" ,rust-crunchy-0.1)
+ ("rust-ethereum-types-serialize" ,rust-ethereum-types-serialize-0.2)
+ ("rust-fixed-hash" ,rust-fixed-hash-0.2)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-tiny-keccak" ,rust-tiny-keccak-1))
+ #:cargo-development-inputs
+ (("rust-hex-literal" ,rust-hex-literal-0.1)
+ ("rust-rand" ,rust-rand-0.4)
+ ("rust-rustc-hex" ,rust-rustc-hex-1))))))
+
(define-public rust-ethereum-types-0.12
(package
(name "rust-ethereum-types")
--
2.34.0
- [bug#53401] [PATCH 16/49] gnu: Add rust-darling 0.13.1., (continued)
- [bug#53401] [PATCH 16/49] gnu: Add rust-darling 0.13.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 43/49] gnu: Add rust-rug 1.14.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 32/49] gnu: Add rust-parity-scale-codec 2.3.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 27/49] gnu: Add rust-byte-slice-cast 1.2.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 13/49] gnu: rust-fnv: Update to 1.0.7., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 11/49] gnu: Add rust-salsa20 0.7.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 17/49] gnu: Add rust-enumset 1.0.8., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 06/49] gnu: rust-subtle: Update to 2.4.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 39/49] gnu: Add rust-rlp 0.3.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 34/49] gnu: Add rust-crunchy 0.1.6., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 49/49] gnu: Add rust-ethbloom 0.5.3 and 0.11.1.,
Attila Lendvai <=
- [bug#53401] [PATCH 40/49] gnu: Add rust-integer-sqrt 0.1.5., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 44/49] gnu: Add rust-uint 0.9.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 48/49] gnu: rust-rlp, rust-impl-rlp, rust-primitive-types, Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 42/49] gnu: rust-az: Update to 1.2.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 45/49] gnu: Add rust-impl-serde 0.3.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 42/49] gnu: rust-az: Update to 1.2.0., Attila Lendvai, 2022/01/20
- bug#53401: (No Subject), Attila Lendvai, 2022/01/24