gnu: rust-regex-syntax-0.6: Update to 0.6.27.

* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.27.
This commit is contained in:
Efraim Flashner 2022-09-28 20:09:52 +03:00
parent 3a00bcc252
commit 6a1b3e30c2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -50150,14 +50150,14 @@ (define-public rust-regex-automata-0.1
(define-public rust-regex-syntax-0.6
(package
(name "rust-regex-syntax")
(version "0.6.25")
(version "0.6.27")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex-syntax" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "16y87hz1bxmmz6kk360cxwfm3jnbsxb3x4zw9x1gzz7khic2i5zl"))))
(base32 "0i32nnvyzzkvz1rqp2qyfxrp2170859z8ck37jd63c8irrrppy53"))))
(build-system cargo-build-system)
(home-page "https://github.com/rust-lang/regex")
(synopsis "Regular expression parser")