mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: rust-grep-regex: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.4. [arguments]: Don't skip build. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2e1d4c873b
commit
4574847cca
1 changed files with 3 additions and 4 deletions
|
@ -4561,7 +4561,7 @@ (define-public rust-grep-printer-0.1
|
|||
(define-public rust-grep-regex-0.1
|
||||
(package
|
||||
(name "rust-grep-regex")
|
||||
(version "0.1.3")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4570,11 +4570,10 @@ (define-public rust-grep-regex-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lbb8837gzy25n706mnidaps4jl63ym679zraj8nfy5g02zbz549"))))
|
||||
"090k1sbn4jq680dmgp1jyqs7f9dzn198k0806kc8f40jcjazd88n"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-aho-corasick" ,rust-aho-corasick-0.7)
|
||||
("rust-grep-matcher" ,rust-grep-matcher-0.1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
|
|
Loading…
Reference in a new issue