guix-commits
[Top][All Lists]
Advanced

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

100/154: gnu: Remove rust-ethereum-types-0.12.


From: guix-commits
Subject: 100/154: gnu: Remove rust-ethereum-types-0.12.
Date: Mon, 22 Jan 2024 15:37:02 -0500 (EST)

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

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

    gnu: Remove rust-ethereum-types-0.12.
    
    * gnu/packages/crates-io.scm (rust-ethereum-types-0.12): Delete variable.
    
    Change-Id: I1c79dbd3e0159cd961e256e4bb576a03e92092cc
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 22d971c3b7..efce7c0d1d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21071,28 +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-ethereum-types-0.12
-  (package
-    (name "rust-ethereum-types")
-    (version "0.12.1")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "ethereum-types" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1bxxacsmb9majw7vd4sndv4dhw3g9srhf7flwq39yy7yaxq6y4q5"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t))
-    (home-page "https://github.com/paritytech/parity-common";)
-    (synopsis "Rust crate exporting some Ethereum types")
-    (description "This crate exports Rust types for values in the Ethereum
-ecosystem.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-ethereum-types-serialize-0.2
   (package
     (name "rust-ethereum-types-serialize")



reply via email to

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