mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01: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 @@ libraries generally do not give you a choice in terms of which standards/convent
|
||||||
they follow. Etcetera, on the other hand, gives you the choice.")
|
they follow. Etcetera, on the other hand, gives you the choice.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(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
|
(define-public rust-ethereum-types-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-ethereum-types")
|
(name "rust-ethereum-types")
|
||||||
|
|
Loading…
Add table
Reference in a new issue