aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVÖRÖSKŐI András <voroskoi@gmail.com>2024-02-24 21:40:11 +0100
committerEfraim Flashner <efraim@flashner.co.il>2024-07-19 00:44:11 +0300
commit6ebec5a808cac158fde1c3366b6332704aabf08b (patch)
treec232b2ea92d2d41837d50058061e5aa903632d0c /gnu
parent9c267d83d1d43e32cf09a9c0bf6327ffa8f4c91d (diff)
downloadguix-6ebec5a808cac158fde1c3366b6332704aabf08b.tar
guix-6ebec5a808cac158fde1c3366b6332704aabf08b.tar.gz
gnu: rust-clap-4: Update to 4.5.4.
* gnu/packages/crates-io.scm (rust-clap-4): Update to 4.5.4. [cargo-development-inputs]: Replace rust-snapbox-0.4 with 0.5, rust-trycmd-0.14 with 0.15. Change-Id: I0a7bec988133cbb0d10a15293eaaf4e0f3c6cb5c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8c43aed6cc..40cc42cd6e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12412,7 +12412,7 @@ how to behave across the three main input sources")
(define-public rust-clap-4
(package
(name "rust-clap")
- (version "4.4.16")
+ (version "4.5.4")
(source
(origin
(method url-fetch)
@@ -12420,7 +12420,7 @@ how to behave across the three main input sources")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0ialpybl8n8ybfikzy5f07d64pfdajls0s00bf4wgkh4q20liraq"))))
+ "1828wm9qws5gh2xnimnvmp2vria6d6hsxnqmhnm84dwjcxm0dg4h"))))
(build-system cargo-build-system)
(arguments
(list #:cargo-inputs
@@ -12430,9 +12430,9 @@ how to behave across the three main input sources")
`(("rust-humantime" ,rust-humantime-2)
("rust-rustversion" ,rust-rustversion-1)
("rust-shlex" ,rust-shlex-1)
- ("rust-snapbox" ,rust-snapbox-0.4)
+ ("rust-snapbox" ,rust-snapbox-0.5)
("rust-trybuild" ,rust-trybuild-1)
- ("rust-trycmd" ,rust-trycmd-0.14))))
+ ("rust-trycmd" ,rust-trycmd-0.15))))
(home-page "https://clap.rs/")
(synopsis "Command Line Argument Parser")
(description