mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "rust-pest")
|
||||
(version "2.1.1")
|
||||
(version "2.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29613,7 +29613,7 @@ (define-public rust-pest-2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"134686mwxm73asbiads53zfchqvvcrsrsyax2cghfcizmvg8ac4k"))))
|
||||
"0lry80bm90x47nq71wxq83kjrm9ashpz4kbm92p90ysdx4m8gx0h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue