mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: Add rust-unic-common-0.9.
* gnu/packages/crates-io.scm (rust-unic-common-0.9): New variable.
This commit is contained in:
parent
51bcc29ca0
commit
a2ebd7bb06
1 changed files with 20 additions and 0 deletions
|
@ -38659,6 +38659,26 @@ (define-public rust-unchecked-index-0.2
|
|||
"Unchecked indexing wrapper using regular index syntax.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-unic-common-0.9
|
||||
(package
|
||||
(name "rust-unic-common")
|
||||
(version "0.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "unic-common" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1g1mm954m0zr497dl4kx3vr09yaly290zs33bbl4wrbaba1gzmw0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/open-i18n/rust-unic/")
|
||||
(synopsis "Common utilities for UNIC")
|
||||
(description
|
||||
"This package provides common utilities for the Unicode and
|
||||
Internationalization Crates (UNIC) project.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-unicase-2
|
||||
(package
|
||||
(name "rust-unicase")
|
||||
|
|
Loading…
Reference in a new issue