guix-patches
[Top][All Lists]
Advanced

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

[bug#68312] [PATCH 057/156] gnu: Add rust-finl-unicode-1.


From: Wilko Meyer
Subject: [bug#68312] [PATCH 057/156] gnu: Add rust-finl-unicode-1.
Date: Mon, 8 Jan 2024 02:52:34 +0100

* gnu/packages/crates-io.scm (rust-finl-unicode-1): New variable.

Change-Id: I0f89f70287a0d842a2af501fc39aff5808b72e3d
---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 36414956375..1cae9e485f0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26315,6 +26315,28 @@ (define-public rust-field-offset-0.3
 implementation.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-finl-unicode-1
+  (package
+    (name "rust-finl-unicode")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "finl_unicode" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1ipdx778849czik798sjbgk5yhwxqybydac18d2g9jb20dxdrkwg"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "https://finl.xyz";)
+    (synopsis
+     "Library for handling Unicode functionality for finl (categories and 
grapheme segmentation)")
+    (description
+     "Library for handling Unicode functionality for finl (categories and 
grapheme
+segmentation)")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-find-crate-0.6
   (package
     (name "rust-find-crate")
-- 
2.41.0






reply via email to

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