[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59670] [PATCH 42/50] gnu: rust-clap-derive-3: Update to 3.2.18.
From: |
( |
Subject: |
[bug#59670] [PATCH 42/50] gnu: rust-clap-derive-3: Update to 3.2.18. |
Date: |
Tue, 29 Nov 2022 07:00:56 +0000 |
* gnu/packages/crates-io.scm (rust-clap-derive-3): Update to 3.2.18.
---
gnu/packages/crates-io.scm | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0660c01180..2b4284bd5f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10520,29 +10520,28 @@ (define-public rust-clang-sys-0.11
(define-public rust-clap-derive-3
(package
(name "rust-clap-derive")
- (version "3.1.18")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "clap_derive" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0g53w6qkqcc122bqh51jzfg51147il643idvq1czxkr2x5306ci5"))))
+ (version "3.2.18")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "clap_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0r9az0cl33xx0i9g18l56l3vd5ayjvcflvza2gdf8jwcab78n37a"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-heck" ,rust-heck-0.4)
- ("rust-proc-macro-error" ,rust-proc-macro-error-1)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-1))))
+ (list #:skip-build? #t
+ #:cargo-inputs
+ `(("rust-heck" ,rust-heck-0.4)
+ ("rust-proc-macro-error"
+ ,rust-proc-macro-error-1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-1))))
(home-page "https://clap.rs/")
- (synopsis
- "Parse command line argument by defining a struct, derive crate")
+ (synopsis "Procedural macro crate for Clap")
(description
- "This package provides a parse command line argument by defining a struct,
-derive crate.")
+ "This package provides the procedural macro crate for Clap.")
(license (list license:expat license:asl2.0))))
(define-public rust-clap-3
--
2.38.1
- [bug#59670] [PATCH 35/50] gnu: Add rust-rustix-0.35., (continued)
- [bug#59670] [PATCH 35/50] gnu: Add rust-rustix-0.35., (, 2022/11/29
- [bug#59670] [PATCH 38/50] gnu: rust-unicode-linebreak-0.1: Update to 0.1.4., (, 2022/11/29
- [bug#59670] [PATCH 28/50] gnu: rust-socket2-0.4: Update to 0.4.7., (, 2022/11/29
- [bug#59670] [PATCH 34/50] gnu: rust-ctor-0.1: Update to 0.1.26., (, 2022/11/29
- [bug#59670] [PATCH 36/50] gnu: Add rust-terminal-size-0.2., (, 2022/11/29
- [bug#59670] [PATCH 40/50] gnu: Add rust-termion-2., (, 2022/11/29
- [bug#59670] [PATCH 24/50] gnu: rust-async-std-1: Update to 1.12.0., (, 2022/11/29
- [bug#59670] [PATCH 32/50] gnu: rust-errno-0.2: Update to 0.2.8., (, 2022/11/29
- [bug#59670] [PATCH 39/50] gnu: Add rust-unic-emoji-char-0.9., (, 2022/11/29
- [bug#59670] [PATCH 47/50] gnu: Add rust-clap-complete-fig-3., (, 2022/11/29
- [bug#59670] [PATCH 42/50] gnu: rust-clap-derive-3: Update to 3.2.18.,
( <=
- [bug#59670] [PATCH 43/50] gnu: rust-clap-3: Update to 3.2.23., (, 2022/11/29
- [bug#59670] [PATCH 33/50] gnu: rust-memoffset-0.6: Update to 0.6.5., (, 2022/11/29
- [bug#59670] [PATCH 48/50] gnu: Add rust-rstest-reuse-0.4., (, 2022/11/29
- [bug#59670] [PATCH 49/50] gnu: rust-which-4: Update to 4.3.0., (, 2022/11/29
- [bug#59670] [PATCH 45/50] gnu: rust-unicode-xid-0.2: Update to 0.2.4., (, 2022/11/29
- [bug#59670] [PATCH 41/50] gnu: Add rust-textwrap-0.16., (, 2022/11/29
- [bug#59670] [PATCH 44/50] gnu: rust-pathdiff-0.2: Update to 0.2.1., (, 2022/11/29
- [bug#59670] [PATCH 46/50] gnu: Add rust-clap-complete-3., (, 2022/11/29
- [bug#59670] [PATCH 50/50] gnu: zoxide: Update to 0.8.3., (, 2022/11/29
- [bug#59670] [PATCH 31/50] gnu: Add rust-linux-raw-sys-0.0.46., (, 2022/11/29