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

* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.22.
This commit is contained in:
Nicolas Goaziou 2021-01-24 00:22:06 +01:00
parent ac1fc8ce32
commit 8a83c55b0a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27652,21 +27652,20 @@ (define-public rust-regex-automata-0.1
(define-public rust-regex-syntax-0.6
(package
(name "rust-regex-syntax")
(version "0.6.21")
(version "0.6.22")
(source
(origin
(method url-fetch)
(uri (crate-uri "regex-syntax" version))
(file-name (string-append name "-" version ".crate"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12d176jkgw9749g07zjxz0n78nyvb2nqx3j4sp5aqyphvji1n61v"))))
(base32 "10b56ylil35jkb4nwqxm8hbyx3zq7fws0wpydjln165s8xql3sxm"))))
(build-system cargo-build-system)
(home-page "https://github.com/rust-lang/regex")
(synopsis "Regular expression parser")
(description
"This package provides a regular expression parser.")
(license (list license:asl2.0
license:expat))))
(license (list license:expat license:asl2.0))))
(define-public rust-regex-syntax-0.5
(package