gnu: rust-pest-2: Update to 2.1.3.

* gnu/packages/crates-io.scm (rust-pest-2): Update to 2.1.3.
This commit is contained in:
Nicolas Goaziou 2021-06-08 10:26:18 +02:00
parent da7901f50d
commit abb787fdc0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29604,7 +29604,7 @@ (define-public rust-permutohedron-0.2
(define-public rust-pest-2 (define-public rust-pest-2
(package (package
(name "rust-pest") (name "rust-pest")
(version "2.1.1") (version "2.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -29613,7 +29613,7 @@ (define-public rust-pest-2
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"134686mwxm73asbiads53zfchqvvcrsrsyax2cghfcizmvg8ac4k")))) "0lry80bm90x47nq71wxq83kjrm9ashpz4kbm92p90ysdx4m8gx0h"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t