mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
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
This commit is contained in:
parent
93528c44a1
commit
a716257169
1 changed files with 2 additions and 2 deletions
|
@ -13171,14 +13171,14 @@ (define-public rust-clap-conf-0.1
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue