mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: rust-clap-cargo: Update to 0.15.2.
* gnu/packages/crates-io.scm (rust-clap-cargo-0.15): New variable. Change-Id: I1a530d7908cc8a8fec56833ec924c5c7889f40ee
This commit is contained in:
parent
0b3fbe4bc8
commit
a0f5714355
1 changed files with 24 additions and 0 deletions
|
@ -12901,6 +12901,30 @@ Argument Parser.")
|
||||||
Command Line Argument Parser.")
|
Command Line Argument Parser.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-clap-cargo-0.15
|
||||||
|
(package
|
||||||
|
(name "rust-clap-cargo")
|
||||||
|
(version "0.15.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "clap-cargo" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1rai72khjaj16b5751b8kjipnxl54bj4pdg93kda9gzj9zlg0inm"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
|
||||||
|
("rust-cargo-metadata" ,rust-cargo-metadata-0.19)
|
||||||
|
("rust-clap" ,rust-clap-4)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
|
(home-page "https://github.com/crate-ci/clap-cargo")
|
||||||
|
(synopsis "Re-usable CLI flags for `cargo` plugins")
|
||||||
|
(description "This package provides re-usable CLI flags for `cargo` plugins.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-clap-cargo-0.14
|
(define-public rust-clap-cargo-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-clap-cargo")
|
(name "rust-clap-cargo")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue