gnu: Add rust-colorchoice-1.

* gnu/packages/crates-io.scm (rust-colorchoice-1): New variable.
This commit is contained in:
Efraim Flashner 2023-05-22 17:56:42 +03:00
parent 04af65cc01
commit 2a7b17dba6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12533,6 +12533,23 @@ (define-public rust-color-quant-1
colors.")
(license license:expat)))
(define-public rust-colorchoice-1
(package
(name "rust-colorchoice")
(version "1.0.0")
(source (origin
(method url-fetch)
(uri (crate-uri "colorchoice" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ix7w85kwvyybwi2jdkl3yva2r2bvdcc3ka2grjfzfgrapqimgxc"))))
(build-system cargo-build-system)
(home-page "https://github.com/rust-cli/anstyle")
(synopsis "Global override of color control")
(description "Global override of color control")
(license (list license:expat license:asl2.0))))
(define-public rust-colored-2
(package
(name "rust-colored")