mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-aho-corasick-0.7: Update to 0.7.13.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.13.
This commit is contained in:
parent
3472ec0257
commit
aac2184eba
1 changed files with 2 additions and 2 deletions
|
@ -240,7 +240,7 @@ (define-public rust-afl-0.4
|
|||
(define-public rust-aho-corasick-0.7
|
||||
(package
|
||||
(name "rust-aho-corasick")
|
||||
(version "0.7.10")
|
||||
(version "0.7.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -249,7 +249,7 @@ (define-public rust-aho-corasick-0.7
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nka9509afjgal6lpymn8w2lq11dmjwxs8yjcmzys966if5l05l7"))))
|
||||
"11hfmqf90rdvjdpk0x1lixw1s9n08y3fxfy9zqsk0k2wpbc68c84"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-memchr" ,rust-memchr-2.3))
|
||||
|
|
Loading…
Reference in a new issue