mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 03:00:35 +02:00
gnu: rust-hyphenation-commons-0.8: Order alphabetically.
* gnu/packages/crates-io.scm (rust-hyphenation-commons-0.8): Order. Change-Id: I744bba10493d032a89e43d4966d0e8be09707558 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
committed by
Efraim Flashner
parent
dd434908b2
commit
b02c8ad61a
@@ -35459,29 +35459,6 @@ SystemTime}}.")
|
||||
"This package provides a Humantime serialization timestamp format.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-hyphenation-commons-0.8
|
||||
(package
|
||||
(name "rust-hyphenation-commons")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hyphenation_commons" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gq59h9h8597k04yl53an0j56cvb0in98pxpp27dkiz5mnifgssz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#: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-hyphenation-0.8
|
||||
(package
|
||||
(name "rust-hyphenation")
|
||||
@@ -35514,6 +35491,29 @@ SystemTime}}.")
|
||||
"This package provides a Knuth-Liang hyphenation for a variety of languages.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-hyphenation-commons-0.8
|
||||
(package
|
||||
(name "rust-hyphenation-commons")
|
||||
(version "0.8.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "hyphenation_commons" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gq59h9h8597k04yl53an0j56cvb0in98pxpp27dkiz5mnifgssz"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#: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-hyprland-0.3
|
||||
(package
|
||||
(name "rust-hyprland")
|
||||
|
||||
Reference in New Issue
Block a user