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

* gnu/packages/crates-io.scm (rust-grep-cli-0.1): Update to 0.1.6.
[description]: Use full sentences.
[license]: Add unlicense.
This commit is contained in:
Nicolas Goaziou 2021-06-13 00:19:31 +02:00
parent 0a49ada1bb
commit 2247d33cb2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18043,7 +18043,7 @@ (define-public rust-grep-0.2
(define-public rust-grep-cli-0.1
(package
(name "rust-grep-cli")
(version "0.1.5")
(version "0.1.6")
(source
(origin
(method url-fetch)
@ -18051,8 +18051,7 @@ (define-public rust-grep-cli-0.1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"10mi7pkvlm5r478jhwlx15wlmqylq9fmkdg4qazz1xcifx7pi4im"))))
(base32 "12lyww4hl4cham9zqqssm3wcp1g3ffvi6906wl6hsiml9g1i1l9d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -18065,13 +18064,12 @@ (define-public rust-grep-cli-0.1
("rust-same-file" ,rust-same-file-1)
("rust-termcolor" ,rust-termcolor-1)
("rust-winapi-util" ,rust-winapi-util-0.1))))
(home-page
"https://github.com/BurntSushi/ripgrep")
(synopsis
"Utilities for search oriented command line applications")
(home-page "https://github.com/BurntSushi/ripgrep")
(synopsis "Utilities for search oriented command line applications")
(description
"Utilities for search oriented command line applications.")
(license license:expat)))
"This crate provides utilities for search oriented command line
applications.")
(license (list license:unlicense license:expat))))
(define-public rust-grep-matcher-0.1
(package