gnu: Add rust-rustyline-derive-0.2.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3d42aa33da
commit
f744bf3143
1 changed files with 15 additions and 0 deletions
|
@ -40438,6 +40438,21 @@ (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-ryu-1
|
||||
(package
|
||||
(name "rust-ryu")
|
||||
|
|
Loading…
Reference in a new issue