mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Remove rust-rustyline-derive-0.2.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.2): Delete variable.
This commit is contained in:
parent
2da78280fc
commit
37cbf30568
1 changed files with 0 additions and 15 deletions
|
@ -53619,21 +53619,6 @@ (define-public rust-rustyline-derive-0.3
|
|||
(description "This package provides Rustyline macros implementation in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rustyline-derive-0.2
|
||||
(package
|
||||
(inherit rust-rustyline-derive-0.3)
|
||||
(name "rust-rustyline-derive")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustyline-derive" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1n3iw9kaq70dw1rvvma0gjwydbj0f2mvvqvrva69f5cl6yv1dnd0"))))))
|
||||
|
||||
(define-public rust-rkyv-0.7
|
||||
(package
|
||||
(name "rust-rkyv")
|
||||
|
|
Loading…
Reference in a new issue