[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53401] [PATCH 03/49] gnu: Add rust-ethereum-types 0.9.2 and 0.12.1.
From: |
Attila Lendvai |
Subject: |
[bug#53401] [PATCH 03/49] gnu: Add rust-ethereum-types 0.9.2 and 0.12.1. |
Date: |
Thu, 20 Jan 2022 22:49:59 +0100 |
* gnu/packages/crates-io.scm (rust-ethereum-types-0.9): New variable.
(rust-ethereum-types-0.12): New variable.
---
gnu/packages/crates-io.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cab1ca4faa..bc9492bdec 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18274,6 +18274,42 @@ (define-public rust-escargot-0.3
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))))
+(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 "Crate used in Parity Technologies projects")
+ (description synopsis)
+ (license (list license:expat license:asl2.0))))
+
+(define-public rust-ethereum-types-0.9
+ (package
+ (inherit rust-ethereum-types-0.12)
+ (name "rust-ethereum-types")
+ (version "0.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ethereum-types" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1c1l2sg6li301izl4nzkkfrpc8snafxwnr81vfwygn3bd3zyqfj7"))))))
+
(define-public rust-event-listener-2
(package
(name "rust-event-listener")
--
2.34.0
- [bug#53401] [PATCH 01/49] gnu: Add rust-rustc-hex 2.1.0 and 1.0.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 02/49] gnu: Add rust-parity-bytes 0.1.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 03/49] gnu: Add rust-ethereum-types 0.9.2 and 0.12.1.,
Attila Lendvai <=
- [bug#53401] [PATCH 23/49] gnu: Add rust-secp256k1 0.21.2., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 24/49] gnu: Add rust-secp256k1 0.20.3., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 14/49] gnu: Add rust-serde-derive-internals 0.25.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 19/49] gnu: Add rust-bitcoin-hashes 0.10.0., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 18/49] gnu: Add rust-schemars[-derive] 0.8.8., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 47/49] gnu: Add rust-impl-num-traits 0.1.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 28/49] gnu: Add rust-impl-trait-for-tuples 0.2.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 30/49] gnu: Add rust-bitvec 0.20.4., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 07/49] gnu: Add rust-digest-0.10 0.10.1., Attila Lendvai, 2022/01/20
- [bug#53401] [PATCH 21/49] gnu: Add rust-ripemd 0.1.0., Attila Lendvai, 2022/01/20