gnu: rust-termcolor-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.1.0. [arguments]: Don't skip build, adjust dependencies.master
parent
c5e879cdbb
commit
97bd864c54
|
@ -23440,7 +23440,7 @@ grid layout.")
|
||||||
(define-public rust-termcolor-1
|
(define-public rust-termcolor-1
|
||||||
(package
|
(package
|
||||||
(name "rust-termcolor")
|
(name "rust-termcolor")
|
||||||
(version "1.0.5")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -23448,12 +23448,13 @@ grid layout.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vjfsn1a8zvqhnrbygrz1id6yckwv1dncw3w4zj65qdx0f00kmln"))))
|
"0pyp8vc0gx7124y80ixdl6plbfn1yjhw04i875k5fz2dk8lglsxv"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-winapi-util" ,rust-winapi-util-0.1))
|
||||||
(("rust-wincolor" ,rust-wincolor-1.0))))
|
#:cargo-development-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
(home-page "https://github.com/BurntSushi/termcolor")
|
(home-page "https://github.com/BurntSushi/termcolor")
|
||||||
(synopsis "Library for writing colored text to a terminal")
|
(synopsis "Library for writing colored text to a terminal")
|
||||||
(description "This package provides a simple cross platform library for
|
(description "This package provides a simple cross platform library for
|
||||||
|
|
Reference in New Issue