[bug#77040,v2,04/20] gnu: rust-anstyle-1: Update to 1.0.10.
Commit Message
* gnu/packages/crates-io.scm (rust-anstyle-1): Update to 1.0.10.
[cargo-development-inputs]: Delete.
Change-Id: I8fc2ee6aebafc49358f5ad402f97ca0470d38e0b
---
gnu/packages/crates-io.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
@@ -1935,18 +1935,15 @@ (define-public rust-anstream-0.3
(define-public rust-anstyle-1
(package
(name "rust-anstyle")
- (version "1.0.8")
+ (version "1.0.10")
(source (origin
(method url-fetch)
(uri (crate-uri "anstyle" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1cfmkza63xpn1kkz844mgjwm9miaiz4jkyczmwxzivcsypk1vv0v"))))
+ "1yai2vppmd7zlvlrp9grwll60knrmscalf8l2qpfz8b7y5lkpk2m"))))
(build-system cargo-build-system)
- (arguments
- `(#:cargo-development-inputs
- (("rust-lexopt" ,rust-lexopt-0.3))))
(home-page "https://github.com/rust-cli/anstyle")
(synopsis "ANSI text styling")
(description "This package provides ANSI text styling.")