[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: Add rust-inflections@1.1.1.
From: |
guix-commits |
Subject: |
05/06: gnu: Add rust-inflections@1.1.1. |
Date: |
Fri, 18 Sep 2020 16:18:50 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit efdd545fa74301b7c80cf1758ebcbacd1ed8177a
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Sep 18 22:17:22 2020 +0200
gnu: Add rust-inflections@1.1.1.
* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
---
gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 218c53c..a1316f9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30886,3 +30886,24 @@ formatters with per-field documentation generated for
each structure.
(description
"This package provides a CMSIS-SVD file parser")
(license (list license:expat license:asl2.0))))
+
+(define-public rust-inflections-1.1
+ (package
+ (name "rust-inflections")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "inflections" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0yl3gas612q25c72lwf04405i87yxr02vgv3ckcnz2fyvhpmhmx2"))))
+ (build-system cargo-build-system)
+ (home-page #f)
+ (synopsis
+ "High performance inflection transformation library for changing
properties of words like the case.")
+ (description
+ "High performance inflection transformation library for changing
properties of words like the case.")
+ (license license:expat)))
- branch master updated (aa9ba86 -> e6ba735), guix-commits, 2020/09/18
- 02/06: gnu: Add rust-xml-rs@0.7.1., guix-commits, 2020/09/18
- 03/06: gnu: Add rust-xmltree@0.8.0., guix-commits, 2020/09/18
- 01/06: gnu: Add rust-packed-struct., guix-commits, 2020/09/18
- 05/06: gnu: Add rust-inflections@1.1.1.,
guix-commits <=
- 04/06: gnu: Add rust-svd-parser@0.9.0., guix-commits, 2020/09/18
- 06/06: gnu: Add svd2rust., guix-commits, 2020/09/18