me
/
guix
Archived
1
0
Fork 0

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.
Efraim Flashner 2023-05-22 17:06:07 +03:00
parent 0dd144ee52
commit 809f9ed663
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -44478,7 +44478,7 @@ algorithm.")
(define-public rust-pest-meta-2 (define-public rust-pest-meta-2
(package (package
(name "rust-pest-meta") (name "rust-pest-meta")
(version "2.5.3") (version "2.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -44487,10 +44487,10 @@ algorithm.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lbskklh77xnyk1yr8c387l80s37s30lrfv636s7hild58rz3x0f")))) "04ala2f51zxninvajvvqk5gq80qxyp2v6cpfv3zkj7mpiqplankl"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:tests? #f ; Not all test files included.
#:cargo-inputs #:cargo-inputs
(("rust-once-cell" ,rust-once-cell-1) (("rust-once-cell" ,rust-once-cell-1)
("rust-pest" ,rust-pest-2) ("rust-pest" ,rust-pest-2)