mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: rust-pest-generator-2.1: Update to 2.1.1.
* gnu/packages/crates-io.scm (rust-pest-generator-2.1): Update to 2.1.1. [arguments]: In cargo-inputs replace rust-proc-macro2-0.4 with 1.0, rust-quote-0.6 with 1.0, rust-syn-0.15 with 1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
699c454945
commit
05f8588c2d
1 changed files with 5 additions and 5 deletions
|
@ -7456,7 +7456,7 @@ (define-public rust-pest-derive-2.1
|
|||
(define-public rust-pest-generator-2.1
|
||||
(package
|
||||
(name "rust-pest-generator")
|
||||
(version "2.1.0")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7465,16 +7465,16 @@ (define-public rust-pest-generator-2.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ipnv77lqhj4d4fpfxi8m168lcjp482kszaknlardmpgqiv0a4k3"))))
|
||||
"1h3z8jccki87mn7gppy4292s1ah98z4md998w5pd04jpkclwz7vv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-pest" ,rust-pest-2.1)
|
||||
("rust-pest-meta" ,rust-pest-meta-2.1)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-0.4)
|
||||
("rust-quote" ,rust-quote-0.6)
|
||||
("rust-syn" ,rust-syn-0.15))))
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1.0)
|
||||
("rust-quote" ,rust-quote-1.0)
|
||||
("rust-syn" ,rust-syn-1.0))))
|
||||
(home-page "https://pest.rs/")
|
||||
(synopsis "Pest code generator")
|
||||
(description "Pest code generator.")
|
||||
|
|
Loading…
Reference in a new issue