summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-13 00:15:13 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-13 00:38:03 +0200
commit825995efcc60c1fa951bf2e903fb5cca0bcbabf9 (patch)
tree06adf0e3174b882a4ec176c3264bbbd777d311e0 /gnu
parent5baeee476ff9e7cfc7c032f3696edf870dd2ecbb (diff)
downloadguix-patches-825995efcc60c1fa951bf2e903fb5cca0bcbabf9.tar
guix-patches-825995efcc60c1fa951bf2e903fb5cca0bcbabf9.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 013a0f51e0..91e8bf2d4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18133,7 +18133,7 @@ the regex engine it uses pluggable.")
(define-public rust-grep-printer-0.1
(package
(name "rust-grep-printer")
- (version "0.1.5")
+ (version "0.1.6")
(source
(origin
(method url-fetch)
@@ -18142,11 +18142,11 @@ the regex engine it uses pluggable.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "004xv2bb52x801n0m1pknkdmzcjbi9fk9625m49y9s0ghh6d8d3z"))))
+ "0wnw8khcvris8canv1dp58qh6vph18fml9qsnrsmdpxf9ni73hh5"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-base64" ,rust-base64-0.12)
+ (("rust-base64" ,rust-base64-0.13)
("rust-bstr" ,rust-bstr-0.2)
("rust-grep-matcher" ,rust-grep-matcher-0.1)
("rust-grep-searcher" ,rust-grep-searcher-0.1)
@@ -18159,8 +18159,8 @@ the regex engine it uses pluggable.")
(home-page "https://github.com/BurntSushi/ripgrep")
(synopsis "Standard printing of search results")
(description
- "An implementation of the grep crate's Sink trait that provides
-standard printing of search results, similar to grep itself.")
+ "This package is an implementation of the grep crate's Sink trait that
+provides standard printing of search results, similar to grep itself.")
(license (list license:unlicense license:expat))))
(define-public rust-grep-regex-0.1