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:
parent
0a49ada1bb
commit
2247d33cb2
1 changed files with 7 additions and 9 deletions
|
@ -18043,7 +18043,7 @@ (define-public rust-grep-0.2
|
||||||
(define-public rust-grep-cli-0.1
|
(define-public rust-grep-cli-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-grep-cli")
|
(name "rust-grep-cli")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -18051,8 +18051,7 @@ (define-public rust-grep-cli-0.1
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "12lyww4hl4cham9zqqssm3wcp1g3ffvi6906wl6hsiml9g1i1l9d"))))
|
||||||
"10mi7pkvlm5r478jhwlx15wlmqylq9fmkdg4qazz1xcifx7pi4im"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -18065,13 +18064,12 @@ (define-public rust-grep-cli-0.1
|
||||||
("rust-same-file" ,rust-same-file-1)
|
("rust-same-file" ,rust-same-file-1)
|
||||||
("rust-termcolor" ,rust-termcolor-1)
|
("rust-termcolor" ,rust-termcolor-1)
|
||||||
("rust-winapi-util" ,rust-winapi-util-0.1))))
|
("rust-winapi-util" ,rust-winapi-util-0.1))))
|
||||||
(home-page
|
(home-page "https://github.com/BurntSushi/ripgrep")
|
||||||
"https://github.com/BurntSushi/ripgrep")
|
(synopsis "Utilities for search oriented command line applications")
|
||||||
(synopsis
|
|
||||||
"Utilities for search oriented command line applications")
|
|
||||||
(description
|
(description
|
||||||
"Utilities for search oriented command line applications.")
|
"This crate provides utilities for search oriented command line
|
||||||
(license license:expat)))
|
applications.")
|
||||||
|
(license (list license:unlicense license:expat))))
|
||||||
|
|
||||||
(define-public rust-grep-matcher-0.1
|
(define-public rust-grep-matcher-0.1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue