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:
Efraim Flashner 2024-12-28 20:21:00 +02:00
parent 7cfacff0f7
commit 5b1fcc286c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -14068,14 +14068,14 @@ (define-public rust-clap-derive-3
(define-public rust-clap-lex-0.7 (define-public rust-clap-lex-0.7
(package (package
(name "rust-clap-lex") (name "rust-clap-lex")
(version "0.7.2") (version "0.7.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "clap_lex" version)) (uri (crate-uri "clap_lex" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl")))) (base32 "19nwfls5db269js5n822vkc8dw0wjq2h1wf0hgr06ld2g52d2spl"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-development-inputs (("rust-automod" ,rust-automod-1)))) `(#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))