gnu: rust-aho-corasick-0.7: Update to 0.7.18.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.18.
This commit is contained in:
parent
a04dd9b01b
commit
71beab1c1a
@ -1486,14 +1486,14 @@ using AES-NI for high performance.")
|
||||
(define-public rust-aho-corasick-0.7
|
||||
(package
|
||||
(name "rust-aho-corasick")
|
||||
(version "0.7.15")
|
||||
(version "0.7.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "aho-corasick" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1rb8gzhljl8r87dpf2n5pnqnkl694casgns4ma0sqzd4zazzw13l"))))
|
||||
(base32 "0vv50b3nvkhyy7x7ip19qnsq11bqlnffkmj2yx2xlyk5wzawydqy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
Loading…
Reference in New Issue
Block a user