mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: Add rust-rustyline-derive-0.9.
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.9): New variable. (rust-rustyline-derive-0.3): Inherit from rust-rustyline-derive-0.9. Change-Id: Ie09c4331c7178e93c17d1fa45c67f390d52e6e47
This commit is contained in:
parent
18b4840885
commit
30e087c331
1 changed files with 25 additions and 10 deletions
|
@ -62165,28 +62165,43 @@ sub-processes using a fork-like interface.")
|
||||||
("rust-rustyline-derive" ,rust-rustyline-derive-0.3)
|
("rust-rustyline-derive" ,rust-rustyline-derive-0.3)
|
||||||
("rust-tempfile" ,rust-tempfile-3))))))
|
("rust-tempfile" ,rust-tempfile-3))))))
|
||||||
|
|
||||||
|
(define-public rust-rustyline-derive-0.9
|
||||||
|
(package
|
||||||
|
(name "rust-rustyline-derive")
|
||||||
|
(version "0.9.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "rustyline-derive" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hvaj1n0k7ys8iqfxvymmakv9aqqpvm53hagw55jw7954xaaycjs"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
|
("rust-quote" ,rust-quote-1)
|
||||||
|
("rust-syn" ,rust-syn-2))))
|
||||||
|
(home-page "https://github.com/kkawakam/rustyline")
|
||||||
|
(synopsis "Rustyline macros implementation in Rust")
|
||||||
|
(description "This package provides Rustyline macros implementation in Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-rustyline-derive-0.3
|
(define-public rust-rustyline-derive-0.3
|
||||||
(package
|
(package
|
||||||
|
(inherit rust-rustyline-derive-0.9)
|
||||||
(name "rust-rustyline-derive")
|
(name "rust-rustyline-derive")
|
||||||
(version "0.3.1")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "rustyline-derive" version))
|
(uri (crate-uri "rustyline-derive" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0daj9szvfi442vj2fhm7qb92wmzv7g75qsjq9a6ycnqac4lhx9al"))))
|
||||||
"0daj9szvfi442vj2fhm7qb92wmzv7g75qsjq9a6ycnqac4lhx9al"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-quote" ,rust-quote-1)
|
(("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))
|
("rust-syn" ,rust-syn-1))))))
|
||||||
(home-page "https://github.com/kkawakam/rustyline")
|
|
||||||
(synopsis "Rustyline macros implementation in Rust")
|
|
||||||
(description "This package provides Rustyline macros implementation in Rust.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-rkyv-0.7
|
(define-public rust-rkyv-0.7
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue