mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-colored-1: Update to 1.9.4.
* gnu/packages/crates-io.scm (rust-colored-1): Update to 1.9.4. [arguments]: Skip the tests. [cargo-inputs]: Add rust-is-terminal-0.4, rust-lazy-static-1, rust-winapi-0.3. [cargo-development-inputs]: Add rust-ansi-term-0.12, rust-rspec-1.0.0-beta.3. Change-Id: I1cbb6310351df9497daaac3d48f3c1d16d3d7690
This commit is contained in:
parent
8c8fbde614
commit
4431a13382
1 changed files with 10 additions and 5 deletions
|
@ -12654,16 +12654,21 @@ based on color-backtrace.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-colored-2)
|
(inherit rust-colored-2)
|
||||||
(name "rust-colored")
|
(name "rust-colored")
|
||||||
(version "1.9.3")
|
(version "1.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "colored" version))
|
(uri (crate-uri "colored" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0mc302pm2x0vpmc3ni35w0666858pmqlqzbipyz42cw2j4f78pss"))))
|
||||||
"0nbc1czs512h1k696y7glv1kjrb2b914zpxraic6q5fgv80wizzl"))))))
|
(arguments
|
||||||
|
`(#:tests? #f ; Tests expect a real terminal.
|
||||||
|
#:cargo-inputs (("rust-is-terminal" ,rust-is-terminal-0.4)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-winapi" ,rust-winapi-0.3))
|
||||||
|
#:cargo-development-inputs (("rust-ansi-term" ,rust-ansi-term-0.12)
|
||||||
|
("rust-rspec" ,rust-rspec-1.0.0-beta.3))))))
|
||||||
|
|
||||||
(define-public rust-combine-4
|
(define-public rust-combine-4
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue