gnu: rust-grep-searcher-0.1: Update to 0.1.8.

* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.8.
This commit is contained in:
Nicolas Goaziou 2021-06-13 00:13:37 +02:00
parent a4b2968b94
commit 5baeee476f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18195,7 +18195,7 @@ (define-public rust-grep-regex-0.1
(define-public rust-grep-searcher-0.1
(package
(name "rust-grep-searcher")
(version "0.1.7")
(version "0.1.8")
(source
(origin
(method url-fetch)
@ -18204,7 +18204,7 @@ (define-public rust-grep-searcher-0.1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"06sb8n7nvaa4dnqnsx9jxvs78nnzmyp110cyzdvxnw09i4h7728r"))))
"0gf2qkkfsywvzrqvfx6h88qzb68zmnvggvid1ljdqam51glvvgbz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -18214,7 +18214,7 @@ (define-public rust-grep-searcher-0.1
("rust-encoding-rs-io" ,rust-encoding-rs-io-0.1)
("rust-grep-matcher" ,rust-grep-matcher-0.1)
("rust-log" ,rust-log-0.4)
("rust-memmap" ,rust-memmap-0.7))
("rust-memmap" ,rust-memmap2-0.3))
#:cargo-development-inputs
(("rust-grep-regex" ,rust-grep-regex-0.1)
("rust-regex" ,rust-regex-1))))