mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: rust-clap-4: Update to 4.4.16.
* gnu/packages/crates-io.scm (rust-clap-4): Update to 4.4.16. Change-Id: I42c5f3bade44a387e5ea2beca4b7eec71b2d9c90 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
889faf2d4d
commit
1b6bbd61be
1 changed files with 2 additions and 2 deletions
|
@ -10513,7 +10513,7 @@ how to behave across the three main input sources")
|
||||||
(define-public rust-clap-4
|
(define-public rust-clap-4
|
||||||
(package
|
(package
|
||||||
(name "rust-clap")
|
(name "rust-clap")
|
||||||
(version "4.4.11")
|
(version "4.4.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10521,7 +10521,7 @@ how to behave across the three main input sources")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wj5gb2fnqls00zfahg3490bdfc36d9cwpl80qjacb5jyrqzdbxz"))))
|
"0ialpybl8n8ybfikzy5f07d64pfdajls0s00bf4wgkh4q20liraq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:cargo-inputs
|
(list #:cargo-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue