1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 17:34:08 +02:00

gnu: rust-clap-lex-0.7: Update to 0.7.2.

* gnu/packages/crates-io.scm (rust-clap-lex-0.7): Update to 0.7.2.
[cargo-development-inputs]: Add rust-automod-1.

Change-Id: Iab9fcf49e3f5478b7b61704350aab52730f7c0ed
This commit is contained in:
Efraim Flashner
2024-09-22 15:30:53 +03:00
parent e648dcda91
commit dc6aaf22f9
+4 -2
View File
@@ -13436,15 +13436,17 @@ with Clap to generate Fig completion scripts.")
(define-public rust-clap-lex-0.7
(package
(name "rust-clap-lex")
(version "0.7.0")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap_lex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1kh1sckgq71kay2rrr149pl9gbsrvyccsq6xm5xpnq0cxnyqzk4q"))))
(base32 "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))
(home-page "https://github.com/clap-rs/clap/tree/master/clap_lex")
(synopsis "Command line parser for Clap")
(description