gnu: Remove rust-ethbloom-0.5.

* gnu/packages/crates-io.scm (rust-ethbloom-0.5): Delete variable.
This commit is contained in:
Efraim Flashner 2022-12-04 21:40:55 +02:00
parent 3e55baf317
commit 093014dd2f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19711,31 +19711,6 @@ (define-public rust-ethbloom-0.11
(description "This Rust library implements the Ethereum bloom filter.")
(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")