gnu: rust-grep-matcher: Update to 0.1.3.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.3. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
fa832a434e
commit
2e1d4c873b
1 changed files with 3 additions and 4 deletions
|
@ -4473,7 +4473,7 @@ (define-public rust-grep-cli-0.1
|
|||
(define-public rust-grep-matcher-0.1
|
||||
(package
|
||||
(name "rust-grep-matcher")
|
||||
(version "0.1.2")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4482,11 +4482,10 @@ (define-public rust-grep-matcher-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03j26zygfgwyam66bl5g922gimrvp4yyzl8qvaykyklnf247bl3r"))))
|
||||
"113lafx3abrr96ahpz6yn905ian1w3qsr5hijbb909p2j0xgmhkm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-memchr" ,rust-memchr-2.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-regex" ,rust-regex-1.1))))
|
||||
|
|
Loading…
Reference in a new issue