gnu: rust-termcolor-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.3.0. [arguments]: Don't skip build. Change-Id: I5ab259eca3f5127b9c8207f4bc92b957b794a7b6
parent
91010abec2
commit
450ca7d6b6
|
@ -72909,18 +72909,17 @@ library.")
|
|||
(define-public rust-termcolor-1
|
||||
(package
|
||||
(name "rust-termcolor")
|
||||
(version "1.1.2")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "termcolor" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x65i1ny4m6z1by62ra6wdcrd557p2ysm866x0pg60zby2cxizid"))))
|
||||
(base32 "0r1byqaq6f97qd0wc7k09lza190apvj9301s2afsp6m6gp9vm4v0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-winapi-util" ,rust-winapi-util-0.1))))
|
||||
(home-page "https://github.com/BurntSushi/termcolor")
|
||||
(synopsis "Library for writing colored text to a terminal")
|
||||
|
|
Reference in New Issue