mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Remove rust-ethbloom-0.5.
* gnu/packages/crates-io.scm (rust-ethbloom-0.5): Delete variable.
This commit is contained in:
parent
3e55baf317
commit
093014dd2f
1 changed files with 0 additions and 25 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue