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: Thu, 29 Jun 2023 12:35:21 -0400 (EDT)

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

commit cf39ce25cae59005433d1bd7a0d325a30ea069d3
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 ef9f7b3e3a..e1e9857fcf 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]