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:
Jakub Kądziołka 2020-02-07 22:23:19 +01:00 committed by Efraim Flashner
parent fa832a434e
commit 2e1d4c873b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))