[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: Add rust-owo-colors-4.
|
From: |
guix-commits |
|
Subject: |
06/13: gnu: Add rust-owo-colors-4. |
|
Date: |
Sun, 21 Jan 2024 03:50:43 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 989549c72da11720c9a07d1a841a303940675435
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sat Jan 20 12:55:24 2024 -0500
gnu: Add rust-owo-colors-4.
* gnu/packages/crates-io.scm (rust-owo-colors-4): New variable.
[description]: Fix description field.
(rust-owo-colors-3): Inherit from rust-owo-colors-4.
Change-Id: I6506cd5756f57c24fce929dd0c0fcb236f5a9d65
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d015a3ec62..e05b6ecfa1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47629,8 +47629,30 @@ platform-native strings.")
"This package provides a ttf-parser plus support for owned data.")
(license license:asl2.0)))
+(define-public rust-owo-colors-4
+ (package
+ (name "rust-owo-colors")
+ (version "4.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "owo-colors" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0grsk47cllj0s4nc4qxvy4gdhj2lyiglbqx4lmw2m7grdmq59zya"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2))))
+ (home-page "https://github.com/jam1garner/owo-colors")
+ (synopsis "Zero-allocation terminal colors that'll make people go owo")
+ (description
+ "This package provides zero-allocation terminal colors that'll make
people go
+owo.")
+ (license license:expat)))
+
(define-public rust-owo-colors-3
(package
+ (inherit rust-owo-colors-4)
(name "rust-owo-colors")
(version "3.6.0")
(source (origin
@@ -47639,14 +47661,7 @@ platform-native strings.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0943lynkwz1glq3w7m9anv73lnrhd8yabs09krbh49g1wz4lxp39"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-supports-color" ,rust-supports-color-2))))
- (home-page "https://github.com/jam1garner/owo-colors")
- (synopsis "Zero-allocation terminal colors that'll make people go owo")
- (description "Zero-allocation terminal colors that'll make people go owo")
- (license license:expat)))
+ "0943lynkwz1glq3w7m9anv73lnrhd8yabs09krbh49g1wz4lxp39"))))))
(define-public rust-owned-ttf-parser-0.6
(package
- branch rust-team updated (49922f3efa -> 429e3e96e3), guix-commits, 2024/01/21
- 01/13: gnu: rust-test-case-core-3: Update to 3.3.1., guix-commits, 2024/01/21
- 02/13: gnu: rust-test-case-macros-3: Update to 3.3.1., guix-commits, 2024/01/21
- 04/13: gnu: Add rust-lscolors-0.16., guix-commits, 2024/01/21
- 05/13: gnu: rust-proptest-1: Update to 1.4.0., guix-commits, 2024/01/21
- 06/13: gnu: Add rust-owo-colors-4.,
guix-commits <=
- 07/13: gnu: rust-anstream-0.6: Update to 0.6.11., guix-commits, 2024/01/21
- 08/13: gnu: rust-snapbox-macros-0.3: Update to 0.3.7., guix-commits, 2024/01/21
- 03/13: gnu: rust-test-case-3: Update to 3.3.1., guix-commits, 2024/01/21
- 09/13: gnu: rust-snapbox-0.4: Update to 0.4.16., guix-commits, 2024/01/21
- 10/13: gnu: Add rust-completest-0.4., guix-commits, 2024/01/21
- 12/13: gnu: rust-clap-complete-4: Update to 4.4.8., guix-commits, 2024/01/21
- 13/13: gnu: fd: Update to 9.0.0., guix-commits, 2024/01/21
- 11/13: gnu: Add rust-completest-pty-0.5., guix-commits, 2024/01/21