guix-commits
[Top][All Lists]
Advanced

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

14/85: gnu: Add rust-colored-1.9.1.


From: guix-commits
Subject: 14/85: gnu: Add rust-colored-1.9.1.
Date: Tue, 5 May 2020 07:56:16 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 9b07ebcd9634cb96bef061fd8089ff0ef4d108f9
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Mar 8 14:00:27 2020 +0100

    gnu: Add rust-colored-1.9.1.
    
    This is sequried by sequoia, resp. sequois-sqv.
    
    * gnu/packages/crates-io.scm (rust-colored-1.9.1): New variable.
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2c7a17a..7bc3d7a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3353,6 +3353,19 @@ CMAKE environmental variable is set.")
      "The most simple way to add colors in your terminal.")
     (license license:mpl2.0)))
 
+(define-public rust-colored-1.9.1
+  (package/inherit rust-colored-1.9
+    (name "rust-colored")
+    (version "1.9.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "colored" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0fildacm47g86acmx44yvxx6cka8fdym5qkgfm8x8gh2hsrghc7r"))))
+    (build-system cargo-build-system)))
+
 ;; This package requires features which are unavailable
 ;; on the stable releases of Rust.
 (define-public rust-compiler-builtins-0.1



reply via email to

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