mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ac1fc8ce32
commit
8a83c55b0a
1 changed files with 4 additions and 5 deletions
|
@ -27652,21 +27652,20 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||||
(define-public rust-regex-syntax-0.6
|
(define-public rust-regex-syntax-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-regex-syntax")
|
(name "rust-regex-syntax")
|
||||||
(version "0.6.21")
|
(version "0.6.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "regex-syntax" version))
|
(uri (crate-uri "regex-syntax" version))
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12d176jkgw9749g07zjxz0n78nyvb2nqx3j4sp5aqyphvji1n61v"))))
|
(base32 "10b56ylil35jkb4nwqxm8hbyx3zq7fws0wpydjln165s8xql3sxm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/rust-lang/regex")
|
(home-page "https://github.com/rust-lang/regex")
|
||||||
(synopsis "Regular expression parser")
|
(synopsis "Regular expression parser")
|
||||||
(description
|
(description
|
||||||
"This package provides a regular expression parser.")
|
"This package provides a regular expression parser.")
|
||||||
(license (list license:asl2.0
|
(license (list license:expat license:asl2.0))))
|
||||||
license:expat))))
|
|
||||||
|
|
||||||
(define-public rust-regex-syntax-0.5
|
(define-public rust-regex-syntax-0.5
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue