mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: rust-pest-derive-2: Update to 2.6.0.
* gnu/packages/crates-io.scm (rust-pest-derive-2): Update to 2.6.0. [arguments]: Don't skip build.
This commit is contained in:
parent
68ccc938d8
commit
fd8f083d23
1 changed files with 3 additions and 4 deletions
|
@ -44429,7 +44429,7 @@ (define-public rust-pest-2
|
|||
(define-public rust-pest-derive-2
|
||||
(package
|
||||
(name "rust-pest-derive")
|
||||
(version "2.5.3")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -44438,11 +44438,10 @@ (define-public rust-pest-derive-2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19m0wd2lcg6d2halnlfcgl0mfpgjy5a29q875vk6bp8c7cwxl714"))))
|
||||
"1yzv982pypxrr2zwhd08xv40plr474p155i26aj2anl63k3x8ybb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-pest" ,rust-pest-2)
|
||||
("rust-pest-generator" ,rust-pest-generator-2))))
|
||||
(home-page "https://pest.rs/")
|
||||
|
|
Loading…
Reference in a new issue