me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-anstyle-lossy-1.

* gnu/packages/crates-io.scm (rust-anstyle-lossy-1): New variable.

Change-Id: Icdbb2273403aacc2f751315c138f4402d8b7af2f
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-02-24 21:39:55 +01:00 committed by Efraim Flashner
parent ce0ada4e19
commit 2ee72a475c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 19 additions and 0 deletions

View File

@ -1807,6 +1807,25 @@ text to a terminal.")
`(#:cargo-development-inputs
(("rust-lexopt" ,rust-lexopt-0.3))))))
(define-public rust-anstyle-lossy-1
(package
(name "rust-anstyle-lossy")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "anstyle-lossy" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "10c1cg8vjb7mxwky2xc8j7zdp15i1qvpmd2w6nlsxm6vcx3l9859"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-anstyle" ,rust-anstyle-1))))
(home-page "https://github.com/rust-cli/anstyle")
(synopsis "conversion between ANSI color codes")
(description "Lossy conversion between ANSI Color Codes.")
(license (list license:expat license:asl2.0))))
(define-public rust-anstyle-parse-0.2
(package
(name "rust-anstyle-parse")