mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-clap-lex-0.7: Update to 0.7.4.
* gnu/packages/crates-io.scm (rust-clap-lex-0.7): Update to 0.7.4. Change-Id: I46d9840637900131c18c0f94d5e9bad73e4e81ad
This commit is contained in:
parent
7cfacff0f7
commit
5b1fcc286c
1 changed files with 2 additions and 2 deletions
|
@ -14068,14 +14068,14 @@ (define-public rust-clap-derive-3
|
|||
(define-public rust-clap-lex-0.7
|
||||
(package
|
||||
(name "rust-clap-lex")
|
||||
(version "0.7.2")
|
||||
(version "0.7.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_lex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl"))))
|
||||
(base32 "19nwfls5db269js5n822vkc8dw0wjq2h1wf0hgr06ld2g52d2spl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))
|
||||
|
|
Loading…
Reference in a new issue