mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-clap-derive: Update to 4.5.4.
* gnu/packages/crates-io.scm (rust-clap-derive-4): Update to 4.5.4. [cargo-inputs]: Replace rust-heck-0.4 with 0.5. Change-Id: If6e59e0b352fac6f3659f72d43b31b5d4b4e8f2b Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
19727d1e3f
commit
d8e3b2b75c
1 changed files with 3 additions and 3 deletions
|
@ -12368,18 +12368,18 @@ (define-public rust-clap-conf-0.1
|
|||
(define-public rust-clap-derive-4
|
||||
(package
|
||||
(name "rust-clap-derive")
|
||||
(version "4.4.7")
|
||||
(version "4.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "clap_derive" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hk4hcxl56qwqsf4hmf7c0gr19r9fbxk0ah2bgkr36pmmaph966g"))))
|
||||
(base32 "0r2gs2p10pb435w52xzsgz2mmx5qd3qfkmk29y4mbz9ph11k30aj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list #:cargo-inputs
|
||||
`(("rust-heck" ,rust-heck-0.4)
|
||||
`(("rust-heck" ,rust-heck-0.5)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
|
|
Loading…
Reference in a new issue