gnu: rust-pest-meta-2: Update to 2.6.0.
* gnu/packages/crates-io.scm (rust-pest-meta-2): Update to 2.6.0. [arguments]: Don't skip build. Skip tests.
This commit is contained in:
parent
0dd144ee52
commit
809f9ed663
1 changed files with 3 additions and 3 deletions
|
@ -44478,7 +44478,7 @@ (define-public rust-pest-generator-2
|
|||
(define-public rust-pest-meta-2
|
||||
(package
|
||||
(name "rust-pest-meta")
|
||||
(version "2.5.3")
|
||||
(version "2.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -44487,10 +44487,10 @@ (define-public rust-pest-meta-2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lbskklh77xnyk1yr8c387l80s37s30lrfv636s7hild58rz3x0f"))))
|
||||
"04ala2f51zxninvajvvqk5gq80qxyp2v6cpfv3zkj7mpiqplankl"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
`(#:tests? #f ; Not all test files included.
|
||||
#:cargo-inputs
|
||||
(("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-pest" ,rust-pest-2)
|
||||
|
|
Loading…
Reference in a new issue