gnu: rust-regex-syntax-0.7: Update to 0.7.5.
* gnu/packages/crates-io.scm (rust-regex-syntax-0.7): Update to 0.7.5. Change-Id: Ib71b09c31124530726de473638f575cae725cf11 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
daaedc9ab3
commit
cedbfc1a50
1 changed files with 2 additions and 2 deletions
|
|
@ -63486,14 +63486,14 @@ uses finite automata and guarantees linear time matching on all inputs.")
|
|||
(package
|
||||
(inherit rust-regex-syntax-0.8)
|
||||
(name "rust-regex-syntax")
|
||||
(version "0.7.4")
|
||||
(version "0.7.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "regex-syntax" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qjczlc2w92kamn9ipjdr5pjql0jnccahpi9l3r6wp0rnsjr5sp5"))))
|
||||
"1nhjmqdlakfi4yb8lh7vbbh71dsy90jjvrjvvnrih6larldgpdfv"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1))))))
|
||||
|
||||
|
|
|
|||
Reference in a new issue