mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-inflections@1.1.1.
* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
This commit is contained in:
parent
54f1f72c43
commit
efdd545fa7
1 changed files with 21 additions and 0 deletions
|
@ -30886,3 +30886,24 @@ (define-public rust-svd-parser-0.9
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue