From: Jordan Moore <lockbox@struct.foo>
To: 73329@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>,
Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#73329] [PATCH 3/7] gnu: Add rust-unicode-width-0.1.13.
Date: Wed, 18 Sep 2024 07:05:42 -0400 [thread overview]
Message-ID: <d14bf61dbc794e071360076fc818bca972553b7a.1726623493.git.lockbox@struct.foo> (raw)
In-Reply-To: <cover.1726623493.git.lockbox@struct.foo>
* gnu/packages/crates-io.scm (rust-unicode-width-0.1.13): New variable.
Change-Id: I0b62b9abcc599d25125491f32b52c3dc1fb8bca7
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index aae54bfd38..8f8ac25caf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -86787,6 +86787,31 @@ (define-public rust-unicode-width-0.1
(license (list license:asl2.0
license:expat))))
+(define-public rust-unicode-width-0.1.13
+ (package
+ (name "rust-unicode-width")
+ (version "0.1.13")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "unicode-width" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0p92vl8n7qc8mxz45xn6qbgi0259z96n32a158l6vj5bywwdadh3"))))
+ (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-xid-0.2
(package
(name "rust-unicode-xid")
--
2.44.2
next prev parent reply other threads:[~2024-09-18 13:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 1:58 [bug#73329] [PATCH 0/7] Add lsd utility Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 1/7] gnu: Add rust-windows-0.43 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 2/7] gnu: Add rust-term-grid-0.1 Jordan Moore
2024-09-18 11:05 ` Jordan Moore [this message]
2024-09-18 11:05 ` [bug#73329] [PATCH 4/7] gnu: Add rust-vsort-0.2 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 5/7] gnu: Add rust-human-sort-0.2 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 6/7] gnu: Add rust-clap-derive-4.3 Jordan Moore
2024-09-18 11:05 ` [bug#73329] [PATCH 7/7] gnu: Add lsd Jordan Moore
2024-10-16 1:46 ` [bug#73329] 73329 checks Jordan Moore
2024-10-21 5:20 ` bug#73329: [PATCH 0/7] Add lsd utility Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d14bf61dbc794e071360076fc818bca972553b7a.1726623493.git.lockbox@struct.foo \
--to=lockbox@struct.foo \
--cc=73329@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.