mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: Remove rust-ethereum-types-0.9.
* gnu/packages/crates-io.scm (rust-ethereum-types-0.9): Delete variable.
This commit is contained in:
parent
7663fb4865
commit
3e55baf317
1 changed files with 0 additions and 15 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue