guix-commits
[Top][All Lists]
Advanced

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

101/154: gnu: Remove rust-ethereum-types-serialize-0.2.


From: guix-commits
Subject: 101/154: gnu: Remove rust-ethereum-types-serialize-0.2.
Date: Mon, 22 Jan 2024 15:37:04 -0500 (EST)

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

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

    gnu: Remove rust-ethereum-types-serialize-0.2.
    
    * gnu/packages/crates-io.scm (rust-ethereum-types-serialize-0.2): Delete 
variable.
    
    Change-Id: I8dfe01ce6407774958520c1e3411d20e8ae9ee1e
---
 gnu/packages/crates-io.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index efce7c0d1d..f7045242ce 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21071,24 +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-serialize-0.2
-  (package
-    (name "rust-ethereum-types-serialize")
-    (version "0.2.2")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "ethereum-types-serialize" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-          (base32 "0l53rvzvwpxwkl7i3f9q5fafw663rcm5z4mdknkr265w69xxfwqq"))))
-    (build-system cargo-build-system)
-    (arguments `(#:cargo-inputs (("rust-serde" ,rust-serde-1))))
-    (home-page "https://github.com/paritytech/primitives";)
-    (synopsis "Rust library of Ethereum types")
-    (description "This package is a Rust library of Ethereum types.")
-    (license license:expat)))
-
 (define-public rust-evdev-0.12
   (package
     (name "rust-evdev")



reply via email to

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