mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-clap-derive-4: Update to 4.5.18.
* gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.5.18. Change-Id: Ifbd985093a66f7839b1a67e74e2ae296c13c38d6
This commit is contained in:
parent
43c8a89a99
commit
f84970a115
1 changed files with 2 additions and 2 deletions
|
@ -13159,14 +13159,14 @@ (define-public rust-clap-conf-0.1
|
|||
(define-public rust-clap-derive-4
|
||||
(package
|
||||
(name "rust-clap-derive")
|
||||
(version "4.5.4")
|
||||
(version "4.5.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0r2gs2p10pb435w52xzsgz2mmx5qd3qfkmk29y4mbz9ph11k30aj"))))
|
||||
(base32 "1ardb26bvcpg72q9myr7yir3a8c83gx7vxk1cccabsd9n73s1ija"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue