[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH rust-team v3 38/73] gnu: rust-clap-complete-4: Update
From: |
Aaron Covrig |
Subject: |
[bug#74551] [PATCH rust-team v3 38/73] gnu: rust-clap-complete-4: Update to 4.5.38. |
Date: |
Mon, 2 Dec 2024 22:00:18 -0500 |
From: Jordan Moore <lockbox@struct.foo>
* gnu/packages/crates-io.scm (rust-clap-complete-4): Update to 4.5.38.
---
gnu/packages/crates-io.scm | 42 +++++++++++++++++++-------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f1ce187b2f..da84cd2fbf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14013,30 +14013,30 @@ (define-public rust-clap-builder-4
(define-public rust-clap-complete-4
(package
(name "rust-clap-complete")
- (version "4.5.29")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "clap_complete" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
"13ivddyrv6dsrf5w8ibh59wiyxrhkdgyxhxqf0c8fq2c7w67cdw9"))))
+ (version "4.5.38")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "clap_complete" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "00bsiq6jn6br4wrq3165hfl80mk4sdrdq97pgkqpa88ikiaplr6r"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs
- (("rust-clap" ,rust-clap-4)
- ("rust-clap-lex" ,rust-clap-lex-0.7)
- ("rust-is-executable" ,rust-is-executable-1)
- ("rust-shlex" ,rust-shlex-1))
- #:cargo-development-inputs
- (("rust-clap" ,rust-clap-4)
- ("rust-completest" ,rust-completest-0.4)
- ("rust-completest-pty" ,rust-completest-pty-0.5)
- ("rust-snapbox" ,rust-snapbox-0.6)
- ("rust-trycmd" ,rust-trycmd-0.15))))
- (home-page "https://github.com/clap-rs/clap/tree/master/clap_complete")
- (synopsis "Generate shell completion scripts for your
@code{clap::Command}")
+ `(#:cargo-inputs (("rust-clap" ,rust-clap-4)
+ ("rust-clap-lex" ,rust-clap-lex-0.7)
+ ("rust-completest" ,rust-completest-0.4)
+ ("rust-completest-pty" ,rust-completest-pty-0.5)
+ ("rust-is-executable" ,rust-is-executable-1)
+ ("rust-shlex" ,rust-shlex-1))
+ #:cargo-development-inputs (("rust-automod" ,rust-automod-1)
+ ("rust-clap" ,rust-clap-4)
+ ("rust-snapbox" ,rust-snapbox-0.6)
+ ("rust-trycmd" ,rust-trycmd-0.15))))
+ (home-page "https://github.com/clap-rs/clap")
+ (synopsis "Generate shell completion scripts for your clap::Command")
(description
- "Generate shell completion scripts for your @code{clap::Command}.")
+ "This package provides Generate shell completion scripts for your
clap::Command.")
(license (list license:expat license:asl2.0))))
(define-public rust-clap-complete-3
--
2.47.0
- [bug#74551] [PATCH rust-team v3 27/73] gnu: Add rust-tauri-winrt-notification-0.2., (continued)
- [bug#74551] [PATCH rust-team v3 27/73] gnu: Add rust-tauri-winrt-notification-0.2., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 28/73] gnu: Add rust-mac-notification-sys-0.6., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 29/73] gnu: Add rust-arraydeque-0.5., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 30/73] gnu: Add rust-auto-enums-0.8., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 31/73] gnu: Add rust-terminal-size-0.4., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 32/73] gnu: Add rust-unicode-width-0.2., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 33/73] gnu: rust-unicode-width: Bump v0.1 to v0.1.14, Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 34/73] gnu: Add rust-trim-in-place-0.1., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 35/73] gnu: rust-unicode-segmentation-1: Update to 1.12.0., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 36/73] gnu: rust-clap-builder-4: Update to 4.5.21., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 38/73] gnu: rust-clap-complete-4: Update to 4.5.38.,
Aaron Covrig <=
- [bug#74551] [PATCH rust-team v3 37/73] gnu: rust-clap-4: Update to 4.5.21., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 39/73] gnu: Add rust-coverage-helper-0.2., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 40/73] gnu: Add rust-coverage-helper-0.1., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 42/73] gnu: Add rust-guess-host-triple-0.1., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 41/73] gnu: Add rust-dlv-list-0.5., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 44/73] gnu: Add rust-mockall-0.13., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 43/73] gnu: Add rust-mockall-derive-0.13., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 45/73] gnu: rust-color-backtrace: Add v0.6.1, Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 46/73] gnu: rust-indexmap-2: Update to 2.6.0., Aaron Covrig, 2024/12/02
- [bug#74551] [PATCH rust-team v3 47/73] gnu: Add rust-notify-rust-4., Aaron Covrig, 2024/12/02