[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH 40/49] gnu: Add rust-unicode-width-0.2.
From: |
Jordan Moore |
Subject: |
[bug#74551] [PATCH 40/49] gnu: Add rust-unicode-width-0.2. |
Date: |
Tue, 26 Nov 2024 16:39:15 -0500 |
* gnu/packages/crates-io.scm (rust-unicode-width-0.2): New variable.
Change-Id: Ic711bed11ef8650dd0d306db3694d140d8ec1dc5
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ce5dfe54f3..982bded301 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -91414,6 +91414,30 @@ (define-public rust-unicode-truncate-0.2
in terms of displayed width.")
(license (list license:expat license:asl2.0))))
+(define-public rust-unicode-width-0.2
+ (package
+ (name "rust-unicode-width")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "unicode-width" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1zd0r5vs52ifxn25rs06gxrgz8cmh4xpra922k0xlmrchib1kj0z"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-rustc-std-workspace-core"
,rust-rustc-std-workspace-core-1)
+ ("rust-rustc-std-workspace-std"
,rust-rustc-std-workspace-std-1))))
+ (home-page "https://github.com/unicode-rs/unicode-width")
+ (synopsis "Determine displayed width of `char` and `str` types
+according to Unicode Standard Annex #11 rules.")
+ (description
+ "This package provides Determine displayed width of `char` and `str`
types according to Unicode
+Standard Annex #11 rules.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-unicode-width-0.1
(package
(name "rust-unicode-width")
--
2.46.0
- [bug#74551] [PATCH 34/49] gnu: Add rust-systemstat-0.2., (continued)
- [bug#74551] [PATCH 34/49] gnu: Add rust-systemstat-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 35/49] gnu: Add rust-terminal-size-0.4., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 32/49] gnu: Add rust-starship-battery-0.10., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 42/49] gnu: Add rust-versions-6., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 43/49] gnu: Add rust-wasite-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 38/49] gnu: Add rust-trim-in-place-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 36/49] gnu: Add rust-termwiz-0.15., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 49/49] gnu: Add starship., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 39/49] gnu: rust-unicode-segmentation-1: Update to 1.12.0., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 37/49] gnu: rust-toml-edit-0.22: Update to 0.22.22., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 40/49] gnu: Add rust-unicode-width-0.2.,
Jordan Moore <=
- [bug#74551] [PATCH 46/49] gnu: Add rust-yaml-rust2-0.9., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 47/49] gnu: Add rust-windows-implement-0.56., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 45/49] gnu: rust-whoami-1: Update to 1.5.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 44/49] gnu: rust-which-6: Update to 6.0.3., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 48/49] gnu: rust-indexmap-2: Update to 2.6.0., Jordan Moore, 2024/11/26
- [bug#74551] status, Jordan Moore, 2024/11/30
- [bug#74551] [PATCH v2 00/49] Add starship utility, Jordan Moore, 2024/11/30