GNU bug report logs -
#53401
[PATCH 01/49] gnu: Add rust-rustc-hex 2.1.0 and 1.0.0.
Previous Next
Reported by: Attila Lendvai <attila <at> lendvai.name>
Date: Thu, 20 Jan 2022 21:49:01 UTC
Severity: normal
Tags: patch
Done: Attila Lendvai <attila <at> lendvai.name>
Bug is archived. No further changes may be made.
Full log
Message #143 received at 53401 <at> debbugs.gnu.org (full text, mbox):
---
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
This bug report was last modified 3 years and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.