mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-regex-syntax-0.6: Update to 0.6.18.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18.
This commit is contained in:
parent
adf9648f2e
commit
a9680dbd76
1 changed files with 2 additions and 2 deletions
|
@ -18895,7 +18895,7 @@ (define-public rust-regex-automata-0.1
|
|||
(define-public rust-regex-syntax-0.6
|
||||
(package
|
||||
(name "rust-regex-syntax")
|
||||
(version "0.6.17")
|
||||
(version "0.6.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18903,7 +18903,7 @@ (define-public rust-regex-syntax-0.6
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1blmlgzcg7in3kcxqabpfzzrbnamr2i671flbrmlqhfps5bvvrbz"))))
|
||||
"1s648w7rwpxnq9iqwbyy43ar4al07906jpz0jxlql23bgjwjwh96"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/rust-lang/regex")
|
||||
(synopsis "Regular expression parser")
|
||||
|
|
Loading…
Reference in a new issue