mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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:
parent
da7901f50d
commit
abb787fdc0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue