[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: Add rust-hyphenation-commons-0.8.
From: |
guix-commits |
Subject: |
02/14: gnu: Add rust-hyphenation-commons-0.8. |
Date: |
Wed, 26 May 2021 09:23:43 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 510b9ff26f907ac785dfe18ce15c1e7682593f74
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Apr 28 00:12:21 2021 +0800
gnu: Add rust-hyphenation-commons-0.8.
* gnu/packages/crates-io.scm (rust-hyphenation-commons-0.8): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1b4e553..f281f4d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19132,6 +19132,34 @@ with hyper.")
#:cargo-development-inputs
(("rust-tokio" ,rust-tokio-0.1))))))
+(define-public rust-hyphenation-commons-0.8
+ (package
+ (name "rust-hyphenation-commons")
+ (version "0.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hyphenation_commons" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "089jv1pr718aq0yjfcv6x0zljw9f73jm15khdsydzfln3ci7n4hj"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-fst" ,rust-fst-0.4)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page
+ "https://github.com/tapeinosyne/hyphenation")
+ (synopsis
+ "Proemial code for the @code{hyphenation} library")
+ (description
+ "This package provides a proemial code for the @code{hyphenation}
library.")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-ident-case-1
(package
(name "rust-ident-case")
- branch master updated (da08378 -> efff3fd), guix-commits, 2021/05/26
- 01/14: gnu: Add rust-ordered-float-2., guix-commits, 2021/05/26
- 02/14: gnu: Add rust-hyphenation-commons-0.8.,
guix-commits <=
- 05/14: gnu: Add rust-os-str-bytes-2., guix-commits, 2021/05/26
- 03/14: gnu: Add rust-hyphenation-0.8., guix-commits, 2021/05/26
- 09/14: gnu: Add rust-askama-escape-0.10., guix-commits, 2021/05/26
- 08/14: gnu: Add rust-clap-3., guix-commits, 2021/05/26
- 10/14: gnu: Add rust-askama-shared-0.11., guix-commits, 2021/05/26
- 12/14: gnu: Add rust-askama-0.10., guix-commits, 2021/05/26
- 04/14: gnu: Add rust-textwrap-0.12., guix-commits, 2021/05/26
- 06/14: gnu: Add rust-strsim-0.10., guix-commits, 2021/05/26
- 14/14: gnu: Add zoxide., guix-commits, 2021/05/26
- 11/14: gnu: Add rust-askama-derive-0.10., guix-commits, 2021/05/26