me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.27.

Signed-off-by: Marius Bakke <marius@gnu.org>
master
gyara 2022-08-23 23:30:21 +09:00 committed by Marius Bakke
parent 36078f15ce
commit 1063d918b9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -49081,14 +49081,14 @@ uses finite automata and guarantees linear time matching on all inputs.")
(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")