mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-grep-searcher-0.1: Update to 0.1.6.
* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8328cf2640
commit
2cd2cb2b92
1 changed files with 2 additions and 2 deletions
|
@ -4205,7 +4205,7 @@ (define-public rust-grep-regex-0.1
|
|||
(define-public rust-grep-searcher-0.1
|
||||
(package
|
||||
(name "rust-grep-searcher")
|
||||
(version "0.1.5")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4214,7 +4214,7 @@ (define-public rust-grep-searcher-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pj85m7q6k6jpl3q57v1gwq5jxmqnza2xg7jjcxky3q325z8lcjy"))))
|
||||
"09ag16im12v6k0lzkyvbvamn1iw15kfx1jbfldb7z5xa7208l04a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue