gnu: Remove rust-ethereum-types-0.9.

* gnu/packages/crates-io.scm (rust-ethereum-types-0.9): Delete variable.
This commit is contained in:
Efraim Flashner 2022-12-04 21:40:55 +02:00
parent 7663fb4865
commit 3e55baf317
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -19758,21 +19758,6 @@ (define-public rust-ethereum-types-0.12
ecosystem.")
(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-ethereum-types-serialize-0.2
(package
(name "rust-ethereum-types-serialize")