GNU bug report logs -
#74519
[PATCH rust-team 00/30] Add helix
Previous Next
Reported by: Murilo <murilo <at> disroot.org>
Date: Mon, 25 Nov 2024 02:45:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 74519 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-unicode-general-category-0.6): New variable.
Change-Id: I3acdc08b4645117aaf2039445d158922f01bae99
---
gnu/packages/crates-io.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a29bdab7ad..d3fc529c91 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -90563,6 +90563,24 @@ (define-public rust-ungrammar-1
"This package provides a DSL for describing concrete syntax trees.")
(license (list license:expat license:asl2.0))))
+(define-public rust-unicode-general-category-0.6
+ (package
+ (name "rust-unicode-general-category")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "unicode-general-category" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1rv9715c94gfl0hzy4f2a9lw7i499756bq2968vqwhr1sb0wi092"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/yeslogic/unicode-general-category")
+ (synopsis "Fast lookup of the Unicode General Category property for char")
+ (description "This package provides Fast lookup of the Unicode General
+Category property for char.")
+ (license license:asl2.0)))
+
(define-public rust-unidecode-0.3
(package
(name "rust-unidecode")
--
2.46.0
This bug report was last modified 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.