[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
363/379: gnu: rust-clap-complete-4: Update to 4.3.0.
From: |
guix-commits |
Subject: |
363/379: gnu: rust-clap-complete-4: Update to 4.3.0. |
Date: |
Thu, 29 Jun 2023 12:35:25 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9fc525f655743833eaf305c65b0037a2b756415b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 19:44:27 2023 +0300
gnu: rust-clap-complete-4: Update to 4.3.0.
* gnu/packages/crates-io.scm (rust-clap-complete-4): Update to 4.3.0.
[cargo-inputs]: Replace rust-clap-lex-0.3 with 0.5. Remove
rust-os-str-bytes-6.
---
gnu/packages/crates-io.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c7da16a7e3..13f6405510 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11922,20 +11922,19 @@ Command Line Argument Parser.")
(define-public rust-clap-complete-4
(package
(name "rust-clap-complete")
- (version "4.1.2")
+ (version "4.3.0")
(source (origin
(method url-fetch)
(uri (crate-uri "clap-complete" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
"1zinf9gdr0fh1aff71nwqf51w856sbsbgq0dqpmmbhplggl5n4mx"))))
+ (base32
"04mynv337hkv9zrbhx7kgh117a62mxgmf96hczmfdj9vrjmdykd0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-clap" ,rust-clap-4)
- ("rust-clap-lex" ,rust-clap-lex-0.3)
+ ("rust-clap-lex" ,rust-clap-lex-0.5)
("rust-is-executable" ,rust-is-executable-1)
- ("rust-os-str-bytes" ,rust-os-str-bytes-6)
("rust-pathdiff" ,rust-pathdiff-0.2)
("rust-shlex" ,rust-shlex-1)
("rust-unicode-xid" ,rust-unicode-xid-0.2))
- 336/379: gnu: Add rust-owo-colors-3., (continued)
- 336/379: gnu: Add rust-owo-colors-3., guix-commits, 2023/06/29
- 338/379: gnu: Add rust-openpgp-cert-d-0.1., guix-commits, 2023/06/29
- 340/379: gnu: Add rust-line-col-0.2., guix-commits, 2023/06/29
- 342/379: gnu: Add rust-idea-0.5., guix-commits, 2023/06/29
- 346/379: gnu: Add rust-file-diff-1., guix-commits, 2023/06/29
- 349/379: gnu: Add rust-eax-0.5., guix-commits, 2023/06/29
- 351/379: gnu: Add rust-cvt-0.1., guix-commits, 2023/06/29
- 356/379: gnu: Add rust-cmac-0.7., guix-commits, 2023/06/29
- 357/379: gnu: Add rust-clap-mangen-0.2., guix-commits, 2023/06/29
- 359/379: gnu: Add rust-cfb-mode-0.8., guix-commits, 2023/06/29
- 363/379: gnu: rust-clap-complete-4: Update to 4.3.0.,
guix-commits <=
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/06/29
- 366/379: gnu: rust-ring-0.16: Enable tests., guix-commits, 2023/06/29
- 369/379: gnu: Add rust-flamer-0.4., guix-commits, 2023/06/29
- 370/379: gnu: Add rust-idna-0.4., guix-commits, 2023/06/29
- 379/379: gnu: rust-unicode-normalization-0.1: Update to 0.1.22., guix-commits, 2023/06/29
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/06/29
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/06/29
- 377/379: gnu: rust-form-urlencoded-1: Update to 1.2.0., guix-commits, 2023/06/29
- 378/379: gnu: rust-percent-encoding-2: Update to 2.3.0., guix-commits, 2023/06/29