efraim pushed a commit to branch rust-team
in repository guix.
commit 3c5116acb54dc71244aa2988d87add61a0957580
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:00 2024 +0100
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 <[email protected]>
---
gnu/packages/crates-io.scm | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0593a60072..f10802f85c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35413,29 +35413,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")
@@ -35468,6 +35445,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")