gnu: rust-grep-printer-0.1: Update to 0.1.6.

* gnu/packages/crates-io.scm (rust-grep-printer-0.1): Update to 0.1.6.
[description]: Use full sentences.
This commit is contained in:
Nicolas Goaziou 2021-06-13 00:15:13 +02:00
parent 5baeee476f
commit 825995efcc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18133,7 +18133,7 @@ (define-public rust-grep-pcre2-0.1
(define-public rust-grep-printer-0.1 (define-public rust-grep-printer-0.1
(package (package
(name "rust-grep-printer") (name "rust-grep-printer")
(version "0.1.5") (version "0.1.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -18142,11 +18142,11 @@ (define-public rust-grep-printer-0.1
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"004xv2bb52x801n0m1pknkdmzcjbi9fk9625m49y9s0ghh6d8d3z")))) "0wnw8khcvris8canv1dp58qh6vph18fml9qsnrsmdpxf9ni73hh5"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-base64" ,rust-base64-0.12) (("rust-base64" ,rust-base64-0.13)
("rust-bstr" ,rust-bstr-0.2) ("rust-bstr" ,rust-bstr-0.2)
("rust-grep-matcher" ,rust-grep-matcher-0.1) ("rust-grep-matcher" ,rust-grep-matcher-0.1)
("rust-grep-searcher" ,rust-grep-searcher-0.1) ("rust-grep-searcher" ,rust-grep-searcher-0.1)
@ -18159,8 +18159,8 @@ (define-public rust-grep-printer-0.1
(home-page "https://github.com/BurntSushi/ripgrep") (home-page "https://github.com/BurntSushi/ripgrep")
(synopsis "Standard printing of search results") (synopsis "Standard printing of search results")
(description (description
"An implementation of the grep crate's Sink trait that provides "This package is an implementation of the grep crate's Sink trait that
standard printing of search results, similar to grep itself.") provides standard printing of search results, similar to grep itself.")
(license (list license:unlicense license:expat)))) (license (list license:unlicense license:expat))))
(define-public rust-grep-regex-0.1 (define-public rust-grep-regex-0.1