[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
176/384: gnu: rust-clap-4: Update to 4.5.18.
From: |
guix-commits |
Subject: |
176/384: gnu: rust-clap-4: Update to 4.5.18. |
Date: |
Thu, 10 Oct 2024 07:58:04 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a41496659238e57d65b830e94a7c5d34a518e49a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:28:09 2024 +0300
gnu: rust-clap-4: Update to 4.5.18.
* gnu/packages/crates-io.scm (rust-clap-4): Update to 4.5.18.
[cargo-development-inputs]: Add rust-automod-1, rust-clap-cargo-0.14.
Replace rust-snapbox-0.5 with 0.6.
Change-Id: I32ab02b0716aa6309892fb5b2ea8fb1b58e938bd
---
gnu/packages/crates-io.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ed6f23cb0a..366bbb2a36 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13203,7 +13203,7 @@ how to behave across the three main input sources")
(define-public rust-clap-4
(package
(name "rust-clap")
- (version "4.5.4")
+ (version "4.5.18")
(source
(origin
(method url-fetch)
@@ -13211,17 +13211,19 @@ how to behave across the three main input sources")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1828wm9qws5gh2xnimnvmp2vria6d6hsxnqmhnm84dwjcxm0dg4h"))))
+ "1lsxa59bgfxaag1q65ndp801h7vw9dffsly0zzx1mb13nd1nm5dh"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
`(("rust-clap-builder" ,rust-clap-builder-4)
("rust-clap-derive" ,rust-clap-derive-4))
#:cargo-development-inputs
- `(("rust-humantime" ,rust-humantime-2)
+ `(("rust-automod" ,rust-automod-1)
+ ("rust-clap-cargo" ,rust-clap-cargo-0.14)
+ ("rust-humantime" ,rust-humantime-2)
("rust-rustversion" ,rust-rustversion-1)
("rust-shlex" ,rust-shlex-1)
- ("rust-snapbox" ,rust-snapbox-0.5)
+ ("rust-snapbox" ,rust-snapbox-0.6)
("rust-trybuild" ,rust-trybuild-1)
("rust-trycmd" ,rust-trycmd-0.15))))
(home-page "https://clap.rs/")
- 141/384: gnu: just: Update to 1.35.0., (continued)
- 141/384: gnu: just: Update to 1.35.0., guix-commits, 2024/10/10
- 145/384: gnu: Add rust-rstest-macros-0.19., guix-commits, 2024/10/10
- 142/384: gnu: Add rust-bat-0.24., guix-commits, 2024/10/10
- 161/384: gnu: rust-grep-searcher-0.1: Update to 0.1.14., guix-commits, 2024/10/10
- 150/384: gnu: Add rust-terminal-colorsaurus-0.4., guix-commits, 2024/10/10
- 162/384: gnu: rust-ignore-0.4: Update to 0.4.23., guix-commits, 2024/10/10
- 164/384: gnu: rust-pcre2-sys-0.2: Update to 0.2.9., guix-commits, 2024/10/10
- 168/384: gnu: rust-ahash-0.8: Update to 0.8.11., guix-commits, 2024/10/10
- 170/384: gnu: rust-ahash-0.4: Update to 0.4.8., guix-commits, 2024/10/10
- 173/384: gnu: Add rust-clap-cargo-0.14., guix-commits, 2024/10/10
- 176/384: gnu: rust-clap-4: Update to 4.5.18.,
guix-commits <=
- 179/384: gnu: rust-clap-lex-0.7: Update to 0.7.2., guix-commits, 2024/10/10
- 185/384: gnu: rust-crossbeam-0.8: Update to 0.8.4., guix-commits, 2024/10/10
- 178/384: gnu: rust-clap-complete-4: Update to 4.5.29., guix-commits, 2024/10/10
- 186/384: gnu: rust-crossbeam-channel-0.5: Update to 0.5.13., guix-commits, 2024/10/10
- 191/384: gnu: rust-memmap2-0.9: Update to 0.9.5., guix-commits, 2024/10/10
- 195/384: gnu: Add rust-pcg-mwc-0.2., guix-commits, 2024/10/10
- 204/384: gnu: Add rust-wasmparser-0.216., guix-commits, 2024/10/10
- 201/384: gnu: rust-trybuild-1: Update to 1.0.99., guix-commits, 2024/10/10
- 203/384: gnu: rust-trycmd-0.14: Update to 0.14.21., guix-commits, 2024/10/10
- 218/384: gnu: rust-hickory-resolver-0.24: Update to 0.24.1., guix-commits, 2024/10/10