mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: rust-clap-4: Update to 4.4.11.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I5cb719eac34723a9fa09b399d80d06e975ab14a0
This commit is contained in:
parent
dae8e41f81
commit
266c95b7a5
1 changed files with 3 additions and 2 deletions
|
@ -13662,14 +13662,15 @@ (define-public rust-clap-derive-3
|
|||
(define-public rust-clap-4
|
||||
(package
|
||||
(name "rust-clap")
|
||||
(version "4.4.7")
|
||||
(version "4.4.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yzilqlyf5xid5i7qvk8sqpnbggsqk2ndbfmclsci67cvh05wjdc"))))
|
||||
(base32
|
||||
"1wj5gb2fnqls00zfahg3490bdfc36d9cwpl80qjacb5jyrqzdbxz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue