mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-ethbloom-0.11.
* gnu/packages/crates-io.scm (rust-ethbloom-0.11): Delete variable. Change-Id: I09d4d15db1295f5a67c89abc4b86ff40be9770c7
This commit is contained in:
parent
fff54cec95
commit
2e4f71d150
1 changed files with 0 additions and 30 deletions
|
@ -21071,36 +21071,6 @@ (define-public rust-etcetera-0.8
|
|||
they follow. Etcetera, on the other hand, gives you the choice.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(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 "This Rust library implements the Ethereum bloom filter.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ethereum-types-0.12
|
||||
(package
|
||||
(name "rust-ethereum-types")
|
||||
|
|
Loading…
Reference in a new issue