mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: rust-clap-4: Update to 4.3.19.
* gnu/packages/crates-io.scm (rust-clap-4): Update to 4.3.19.
This commit is contained in:
parent
b3933df7a3
commit
ef5c2823ec
1 changed files with 2 additions and 2 deletions
|
@ -12030,14 +12030,14 @@ (define-public rust-clap-derive-3
|
|||
(define-public rust-clap-4
|
||||
(package
|
||||
(name "rust-clap")
|
||||
(version "4.3.0")
|
||||
(version "4.3.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1k2s9llgkn7pjr1vsc4dx19vz9dlqxzibnaxww7zfi9236jfgalk"))))
|
||||
(base32 "0ba5mbnkfr5v92yrr00f194w8k2rwyi9ckjcy1bqm5gz1fi09lsz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue