guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

99/154: gnu: Remove rust-ethbloom-0.11.


From: guix-commits
Subject: 99/154: gnu: Remove rust-ethbloom-0.11.
Date: Mon, 22 Jan 2024 15:37:01 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 429aa9081bdefe62ae41aa6e77fca9ae02ba8e11
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:56:12 2024 +0200

    gnu: Remove rust-ethbloom-0.11.
    
    * gnu/packages/crates-io.scm (rust-ethbloom-0.11): Delete variable.
    
    Change-Id: I09d4d15db1295f5a67c89abc4b86ff40be9770c7
---
 gnu/packages/crates-io.scm | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 15e85d9d46..22d971c3b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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.")
     (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]