From c7cf7e3166b0277309305abc86f32bb10168c08d Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 22 Jan 2024 12:10:20 +0200 Subject: [PATCH] gnu: rust-clap-derive-3: Update to 3.2.25. * gnu/packages/crates-io.scm (rust-clap-derive-3): Update to 3.2.25. [arguments]: Don't skip the build. Change-Id: I6f4fc69a69dc9502f7dad788bf836222a7e7a987 --- gnu/packages/crates-io.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 5a88595804..68559998ba 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -10804,20 +10804,18 @@ how to behave across the three main input sources") (package (inherit rust-clap-derive-4) (name "rust-clap-derive") - (version "3.2.18") + (version "3.2.25") (source (origin (method url-fetch) (uri (crate-uri "clap_derive" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0r9az0cl33xx0i9g18l56l3vd5ayjvcflvza2gdf8jwcab78n37a")))) + (base32 "025hh66cyjk5xhhq8s1qw5wkxvrm8hnv5xwwksax7dy8pnw72qxf")))) (arguments - (list #:skip-build? #t - #:cargo-inputs + (list #:cargo-inputs `(("rust-heck" ,rust-heck-0.4) - ("rust-proc-macro-error" - ,rust-proc-macro-error-1) + ("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))))))