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:
Jakub Kądziołka 2020-06-24 19:36:39 +02:00
parent adf9648f2e
commit a9680dbd76
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -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")