mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: rust-regex-syntax-0.6: Update to 0.6.25.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.25.
This commit is contained in:
parent
ef0daad211
commit
2282d21fd6
1 changed files with 2 additions and 2 deletions
|
@ -32976,14 +32976,14 @@ (define-public rust-regex-automata-0.1
|
||||||
(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.22")
|
(version "0.6.25")
|
||||||
(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 ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "10b56ylil35jkb4nwqxm8hbyx3zq7fws0wpydjln165s8xql3sxm"))))
|
(base32 "16y87hz1bxmmz6kk360cxwfm3jnbsxb3x4zw9x1gzz7khic2i5zl"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue