mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add rust-rustyline-derive-0.6.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.6): New variable. Change-Id: I99e9b59f881c96661e637e4fc2d92a743dba81cf
This commit is contained in:
parent
0d740a50ad
commit
1d1e2a90aa
1 changed files with 16 additions and 0 deletions
|
@ -70312,6 +70312,22 @@ (define-public rust-rustyline-derive-0.7
|
|||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-rustyline-derive-0.6
|
||||
(package
|
||||
(inherit rust-rustyline-derive-0.7)
|
||||
(name "rust-rustyline-derive")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustyline-derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0mw0nfi8xxsm4q80mv4va7ff8m0kgnsfjvv067zc1d8hp1daaddv"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-rustyline-derive-0.3
|
||||
(package
|
||||
(inherit rust-rustyline-derive-0.9)
|
||||
|
|
Loading…
Reference in a new issue