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:
Efraim Flashner 2023-10-03 14:48:27 +03:00
parent abf509b779
commit bd15be7019
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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