mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-aho-corasick-0.7: Update to 0.7.6.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.6. [arguments]: Add rust-doc-comment-0.3 to cargo-development-inputs.
This commit is contained in:
parent
ff7173ebae
commit
3bcbc367e6
1 changed files with 5 additions and 3 deletions
|
@ -129,7 +129,7 @@ (define-public rust-afl-0.4
|
|||
(define-public rust-aho-corasick-0.7
|
||||
(package
|
||||
(name "rust-aho-corasick")
|
||||
(version "0.7.3")
|
||||
(version "0.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -138,11 +138,13 @@ (define-public rust-aho-corasick-0.7
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0k1nqabiz37mnfnlrn084qi9yf8pj6a38qgbb3lc5zlr1jp89x76"))))
|
||||
"0b8dh20fhdc59dhhnfi89n2bi80a8zbagzd5c122hf1vv2amxysq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs (("rust-memchr" ,rust-memchr-2.2))))
|
||||
#:cargo-inputs (("rust-memchr" ,rust-memchr-2.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||
(home-page "https://github.com/BurntSushi/aho-corasick")
|
||||
(synopsis "Fast multiple substring searching")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue