mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
|
(define-public rust-aho-corasick-0.7
|
||||||
(package
|
(package
|
||||||
(name "rust-aho-corasick")
|
(name "rust-aho-corasick")
|
||||||
(version "0.7.3")
|
(version "0.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -138,11 +138,13 @@ (define-public rust-aho-corasick-0.7
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k1nqabiz37mnfnlrn084qi9yf8pj6a38qgbb3lc5zlr1jp89x76"))))
|
"0b8dh20fhdc59dhhnfi89n2bi80a8zbagzd5c122hf1vv2amxysq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#: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")
|
(home-page "https://github.com/BurntSushi/aho-corasick")
|
||||||
(synopsis "Fast multiple substring searching")
|
(synopsis "Fast multiple substring searching")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue