mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: rust-anstream-0.6: Update to 0.6.11.
* gnu/packages/crates-io.scm (rust-anstream-0.6): Update to 0.6.11. [cargo-development-inputs]: Add rust-lexopt-0.3. Replace rust-owo-colors-3 with 4. Change-Id: If301e6e57cb43b783d5216159908856a9bc8d6af Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
75ee520256
commit
7fc3ca7d53
1 changed files with 11 additions and 9 deletions
|
@ -2066,25 +2066,27 @@ it outputs messages to Android's logcat.")
|
|||
(define-public rust-anstream-0.6
|
||||
(package
|
||||
(name "rust-anstream")
|
||||
(version "0.6.4")
|
||||
(version "0.6.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "anstream" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0i2a9390vwhc42c5njz38n56jfwg17v64nqw9232j9gb2sz1xf9a"))))
|
||||
(base32 "19dndamalavhjwp4i74k8hdijcixb7gsfa6ycwyc1r8xn6y1wbkf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1)
|
||||
("rust-anstyle-parse" ,rust-anstyle-parse-0.2)
|
||||
("rust-anstyle-query" ,rust-anstyle-query-1)
|
||||
("rust-anstyle-wincon" ,rust-anstyle-wincon-3)
|
||||
("rust-colorchoice" ,rust-colorchoice-1)
|
||||
("rust-utf8parse" ,rust-utf8parse-0.2))
|
||||
`(#:cargo-inputs
|
||||
(("rust-anstyle" ,rust-anstyle-1)
|
||||
("rust-anstyle-parse" ,rust-anstyle-parse-0.2)
|
||||
("rust-anstyle-query" ,rust-anstyle-query-1)
|
||||
("rust-anstyle-wincon" ,rust-anstyle-wincon-3)
|
||||
("rust-colorchoice" ,rust-colorchoice-1)
|
||||
("rust-utf8parse" ,rust-utf8parse-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-owo-colors" ,rust-owo-colors-3)
|
||||
("rust-lexopt" ,rust-lexopt-0.3)
|
||||
("rust-owo-colors" ,rust-owo-colors-4)
|
||||
("rust-proptest" ,rust-proptest-1)
|
||||
("rust-strip-ansi-escapes" ,rust-strip-ansi-escapes-0.2))))
|
||||
(home-page "https://github.com/rust-cli/anstyle")
|
||||
|
|
Loading…
Add table
Reference in a new issue