mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-ansi-colours-1: Update to 1.2.3.
* gnu/packages/crates-graphics.scm (rust-ansi-colours-1): Update to 1.2.3. [cargo-inputs]: Add rust-anstyle-1. Change-Id: I58200c456f5fc0245510ea0f6108e0f1003ad0f8
This commit is contained in:
parent
ca9f6d8116
commit
e726491a44
1 changed files with 3 additions and 2 deletions
|
@ -120,14 +120,14 @@ shapes, lines and text to buffers.")
|
|||
(define-public rust-ansi-colours-1
|
||||
(package
|
||||
(name "rust-ansi-colours")
|
||||
(version "1.2.2")
|
||||
(version "1.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ansi_colours" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "104aj4fi8nxdb9c5ahpwn53afmfcdzmwi3k9rawl3lvm42ymh5ba"))
|
||||
(base32 "1zimwh84gs1r0g0chy6x5lm9v0ksxxlzwy8nyj80f6cq08zc9vhl"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
|
@ -139,6 +139,7 @@ shapes, lines and text to buffers.")
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-ansi-term" ,rust-ansi-term-0.12)
|
||||
("rust-anstyle" ,rust-anstyle-1)
|
||||
("rust-rgb" ,rust-rgb-0.8)
|
||||
("rust-termcolor" ,rust-termcolor-1))
|
||||
#:cargo-development-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue