mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
2cfb544023
commit
c7cf7e3166
1 changed files with 4 additions and 6 deletions
|
@ -10804,20 +10804,18 @@ (define-public rust-clap-derive-3
|
||||||
(package
|
(package
|
||||||
(inherit rust-clap-derive-4)
|
(inherit rust-clap-derive-4)
|
||||||
(name "rust-clap-derive")
|
(name "rust-clap-derive")
|
||||||
(version "3.2.18")
|
(version "3.2.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "clap_derive" version))
|
(uri (crate-uri "clap_derive" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r9az0cl33xx0i9g18l56l3vd5ayjvcflvza2gdf8jwcab78n37a"))))
|
(base32 "025hh66cyjk5xhhq8s1qw5wkxvrm8hnv5xwwksax7dy8pnw72qxf"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:skip-build? #t
|
(list #:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
`(("rust-heck" ,rust-heck-0.4)
|
`(("rust-heck" ,rust-heck-0.4)
|
||||||
("rust-proc-macro-error"
|
("rust-proc-macro-error" ,rust-proc-macro-error-1)
|
||||||
,rust-proc-macro-error-1)
|
|
||||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||||
("rust-quote" ,rust-quote-1)
|
("rust-quote" ,rust-quote-1)
|
||||||
("rust-syn" ,rust-syn-1))))))
|
("rust-syn" ,rust-syn-1))))))
|
||||||
|
|
Loading…
Reference in a new issue