mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-yansi-0.5: Update to 0.5.1.
* gnu/packages/crates-io.scm (rust-yansi-0.5): Update to 0.5.1. [arguments]: Don't skip build. [cargo-development-inputs]: Add rust-serial-test-0.6.
This commit is contained in:
parent
abf509b779
commit
bd15be7019
1 changed files with 4 additions and 3 deletions
|
@ -82197,16 +82197,17 @@ (define-public rust-yaml-rust-0.3
|
|||
(define-public rust-yansi-0.5
|
||||
(package
|
||||
(name "rust-yansi")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "yansi" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0wdx8syhc61lphmgw5cw1vq73isi4szjqriz1k07z19r3r59ziwz"))))
|
||||
(base32 "1v4qljgzh73knr7291cgwrf56zrvhmpn837n5n5pypzq1kciq109"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(arguments
|
||||
`(#:cargo-development-inputs (("rust-serial-test" ,rust-serial-test-0.6))))
|
||||
(home-page "https://github.com/SergioBenitez/yansi")
|
||||
(synopsis "Simple ANSI terminal color painting library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue