gnu: rust-regex-automata-0.4: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-regex-automata-0.4): Update to 0.4.7. Change-Id: I9f25a336c3dff3deb338816705fa0e7db10d6b8c
This commit is contained in:
parent
8553c8b7bc
commit
dfb08edcaa
@ -62812,14 +62812,14 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
||||
(define-public rust-regex-automata-0.4
|
||||
(package
|
||||
(name "rust-regex-automata")
|
||||
(version "0.4.6")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex-automata" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1spaq7y4im7s56d1gxa2hi4hzf6dwswb1bv8xyavzya7k25kpf46"))))
|
||||
(base32 "1pwjdi4jckpbaivpl6x4v5g4crb37zr2wac93wlfsbzgqn6gbjiq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
|
Loading…
Reference in New Issue
Block a user