guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

353/379: gnu: Add rust-colorchoice-1.


From: guix-commits
Subject: 353/379: gnu: Add rust-colorchoice-1.
Date: Mon, 10 Jul 2023 05:29:24 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit ff3e8b0cdc649a33af7c39197906140f17aa9195
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:56:42 2023 +0300

    gnu: Add rust-colorchoice-1.
    
    * gnu/packages/crates-io.scm (rust-colorchoice-1): New variable.
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3c322dc160..f18981a074 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12533,6 +12533,23 @@ sets of intervals.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]