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))))))