[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63065] [PATCH 12/18] gnu: Add rust-rustyline-derive-0.6.
From: |
Sughosha |
Subject: |
[bug#63065] [PATCH 12/18] gnu: Add rust-rustyline-derive-0.6. |
Date: |
Tue, 25 Apr 2023 09:33:48 +0000 |
* gnu/packages/crates-io.scm (rust-rustyline-derive-0.6): New variable.
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5c34d1eadf..0e35b92493 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49607,6 +49607,28 @@ (define-public rust-rustyline-5
("rust-rustyline-derive" ,rust-rustyline-derive-0.2)
("rust-tempdir" ,rust-tempdir-0.3))))))
+(define-public rust-rustyline-derive-0.6
+ (package
+ (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"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-quote" ,rust-quote-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-rustyline-derive-0.3
(package
(name "rust-rustyline-derive")
--
2.39.2
- [bug#63065] [PATCH 02/18] gnu: Add bitsery., (continued)
- [bug#63065] [PATCH 02/18] gnu: Add bitsery., Sughosha, 2023/04/25
- [bug#63065] [PATCH 03/18] gnu: Add function2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 05/18] gnu: Add clap., Sughosha, 2023/04/25
- [bug#63065] [PATCH 04/18] gnu: Add tomlplusplus., Sughosha, 2023/04/25
- [bug#63065] [PATCH 06/18] gnu: Add vst3sdk., Sughosha, 2023/04/25
- [bug#63065] [PATCH 08/18] gnu: Add rust-scroll-derive-0.11., Sughosha, 2023/04/25
- [bug#63065] [PATCH 07/18] gnu: Add yabridge., Sughosha, 2023/04/25
- [bug#63065] [PATCH 09/18] gnu: Add rust-scroll-0.11., Sughosha, 2023/04/25
- [bug#63065] [PATCH 10/18] gnu: Add rust-goblin-0.6., Sughosha, 2023/04/25
- [bug#63065] [PATCH 11/18] gnu: rust-libloading-0.7: Update to 0.7.4., Sughosha, 2023/04/25
- [bug#63065] [PATCH 12/18] gnu: Add rust-rustyline-derive-0.6.,
Sughosha <=
- [bug#63065] [PATCH 13/18] gnu: rust-rustyline-9: Update to 9.1.2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 14/18] gnu: Add rust-promptly-0.3., Sughosha, 2023/04/25
- [bug#63065] [PATCH 15/18] gnu: Add rust-reflink-0.1., Sughosha, 2023/04/25
- [bug#63065] [PATCH 16/18] gnu: Add rust-ryu-0.2., Sughosha, 2023/04/25
- [bug#63065] [PATCH 17/18] gnu: Add rust-serde-jsonrc-0.1., Sughosha, 2023/04/25
- [bug#63065] [PATCH 18/18] gnu: Add yabridgectl., Sughosha, 2023/04/25