mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
gnu: rust-clap-builder-4: Update to 4.5.18.
* gnu/packages/crates-io.scm (rust-clap-builder-4): Update to 4.5.18. Change-Id: Icdf9a06f7efc70592be6925d007b3c85b21db271
This commit is contained in:
parent
c53d92dd36
commit
210658d393
1 changed files with 2 additions and 2 deletions
|
@ -13311,14 +13311,14 @@ (define-public rust-clap-2
|
|||
(define-public rust-clap-builder-4
|
||||
(package
|
||||
(name "rust-clap-builder")
|
||||
(version "4.5.2")
|
||||
(version "4.5.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_builder" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d7p4hph4fyhaphkf0v5zv0kq4lz25a9jq2f901yrq3afqp9w4mf"))))
|
||||
"06wnncyif421qgrkd73hhhfych773avpx903b1nhhd0nsinicwjd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
|
|
Loading…
Reference in a new issue