mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-regex-1: Update to 1.10.2.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.10.2. [cargo-inputs]: Replace rust-regex-automata-0.3 with 0.4, rust-regex-syntax-0.7 with 0.8. Change-Id: I039583e79f0ea09f297fa23ac374c312201a7a07
This commit is contained in:
parent
4329b34b17
commit
c0ce78aa97
1 changed files with 4 additions and 4 deletions
|
@ -59399,21 +59399,21 @@ (define-public rust-refpool-0.4
|
|||
(define-public rust-regex-1
|
||||
(package
|
||||
(name "rust-regex")
|
||||
(version "1.9.1")
|
||||
(version "1.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xdmrvs8fy7yw2bdk76mjbhzqibms7g4ljg468jwzxr0qa7ydsmj"))))
|
||||
(base32 "0hxkd814n4irind8im5c9am221ri6bprx49nc7yxv02ykhd9a2rq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-aho-corasick" ,rust-aho-corasick-1)
|
||||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-regex-automata" ,rust-regex-automata-0.3)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.7))
|
||||
("rust-regex-automata" ,rust-regex-automata-0.4)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.8))
|
||||
#:cargo-development-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
|
|
Loading…
Reference in a new issue