mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-clap-builder-4: Update to 4.4.11.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I5a0ddd6c1cb2dbf1a6e62f84f938c1e447b899af
This commit is contained in:
parent
ba053343f1
commit
dae8e41f81
1 changed files with 2 additions and 2 deletions
|
@ -13767,14 +13767,14 @@ (define-public rust-clap-2
|
|||
(define-public rust-clap-builder-4
|
||||
(package
|
||||
(name "rust-clap-builder")
|
||||
(version "4.4.7")
|
||||
(version "4.4.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_builder" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0qvnxjf6csr5v00zpd8yxabf6cna0nfx402x2wkwmrk25aixjzn7"))))
|
||||
"1fxdsmw1ilgswz3lg2hjlvsdyyz04k78scjirlbd7c9bc83ba5m2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-test-flags
|
||||
|
|
Loading…
Reference in a new issue