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:
Efraim Flashner 2024-12-03 14:30:24 +02:00
parent 0d740a50ad
commit 1d1e2a90aa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)