mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: rust-supports-color-2: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-supports-color-2): Update to 2.1.0. [arguments]: Don't skip the tests. Change-Id: I51bdd76be2022df798fc5270478bee98f7bf6587
This commit is contained in:
parent
b0bdc7b599
commit
6e943d77c3
1 changed files with 3 additions and 4 deletions
|
@ -76319,17 +76319,16 @@ support.")
|
||||||
(package
|
(package
|
||||||
(inherit rust-supports-color-3)
|
(inherit rust-supports-color-3)
|
||||||
(name "rust-supports-color")
|
(name "rust-supports-color")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "supports-color" version))
|
(uri (crate-uri "supports-color" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m5kayz225f23k5jyjin82sfkrqhfdq3j72ianafkazz9cbyfl29"))))
|
"12csf7chawxinaapm9rh718nha9hggk6ra86fdaw9hxdagg8qffn"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; panicked at 'assertion failed: `(left == right)`
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-is-terminal" ,rust-is-terminal-0.4)
|
(("rust-is-terminal" ,rust-is-terminal-0.4)
|
||||||
("rust-is-ci" ,rust-is-ci-1))))))
|
("rust-is-ci" ,rust-is-ci-1))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue