mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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
|
(define-public rust-clap-4
|
||||||
(package
|
(package
|
||||||
(name "rust-clap")
|
(name "rust-clap")
|
||||||
(version "4.4.7")
|
(version "4.4.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "clap" version))
|
(uri (crate-uri "clap" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yzilqlyf5xid5i7qvk8sqpnbggsqk2ndbfmclsci67cvh05wjdc"))))
|
(base32
|
||||||
|
"1wj5gb2fnqls00zfahg3490bdfc36d9cwpl80qjacb5jyrqzdbxz"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:cargo-inputs
|
(list #:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue