gnu: rust-globset-0.4: Update to 0.4.7.
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.7. [synopsis]: Remove cross-platform argument. [description]: Use full sentences.
This commit is contained in:
parent
d450ef9c66
commit
0a49ada1bb
1 changed files with 5 additions and 8 deletions
|
@ -17823,7 +17823,7 @@ (define-public rust-glob-0.2
|
||||||
(define-public rust-globset-0.4
|
(define-public rust-globset-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-globset")
|
(name "rust-globset")
|
||||||
(version "0.4.6")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -17831,8 +17831,7 @@ (define-public rust-globset-0.4
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1ca96s29s7aqpkm04z4babyk8xqn1w7slpdrlldgnkz6l2gipz7h"))))
|
||||||
"0jhy0qs5k43g8zyx1fys44kcdzjmcrwjyv9n703kj8g4y6g1cln1"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
@ -17846,12 +17845,10 @@ (define-public rust-globset-0.4
|
||||||
(("rust-glob" ,rust-glob-0.3)
|
(("rust-glob" ,rust-glob-0.3)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-serde-json" ,rust-serde-json-1))))
|
("rust-serde-json" ,rust-serde-json-1))))
|
||||||
(home-page
|
(home-page "https://github.com/BurntSushi/ripgrep/tree/master/globset")
|
||||||
"https://github.com/BurntSushi/ripgrep/tree/master/globset")
|
(synopsis "Single glob and glob set matching")
|
||||||
(synopsis
|
|
||||||
"Cross platform single glob and glob set matching")
|
|
||||||
(description
|
(description
|
||||||
"Cross platform single glob and glob set matching. Glob set matching is
|
"This crate provides glob and glob set matching. Glob set matching is
|
||||||
the process of matching one or more glob patterns against a single candidate
|
the process of matching one or more glob patterns against a single candidate
|
||||||
path simultaneously, and returning all of the globs that matched.")
|
path simultaneously, and returning all of the globs that matched.")
|
||||||
(license (list license:expat license:unlicense))))
|
(license (list license:expat license:unlicense))))
|
||||||
|
|
Loading…
Reference in a new issue