gnu: rust-clap-derive-4: Update to 4.4.7.
* gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.4.7. Change-Id: I3127f1e817fcd4d48b17f798af9a264ea2d22e61
parent
93528c44a1
commit
a716257169
|
@ -13171,14 +13171,14 @@ how to behave across the three main input sources")
|
|||
(define-public rust-clap-derive-4
|
||||
(package
|
||||
(name "rust-clap-derive")
|
||||
(version "4.3.12")
|
||||
(version "4.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0l50j37jwbzfl29bd2a1ib7z1jpch4b9868himrgwpgwb1bvpaal"))))
|
||||
(base32 "0hk4hcxl56qwqsf4hmf7c0gr19r9fbxk0ah2bgkr36pmmaph966g"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
|
|
Reference in New Issue