[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73329] [PATCH 5/7] gnu: Add rust-human-sort-0.2.
From: |
Jordan Moore |
Subject: |
[bug#73329] [PATCH 5/7] gnu: Add rust-human-sort-0.2. |
Date: |
Wed, 18 Sep 2024 07:05:44 -0400 |
* gnu/packages/crates-io.scm (rust-human-sort-0.2): New variable.
Change-Id: I5c9344340392035008131a0e371d4068bf1f93f3
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5e4732b961..b8131647ca 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32743,6 +32743,26 @@ (define-public rust-human-format-1
machines are still at bay.")
(license license:expat)))
+(define-public rust-human-sort-0.2
+ (package
+ (name "rust-human-sort")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "human-sort" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "06b2rj4hd4h4rf3mp5qk89ymlxh5iv3cpmrfgramwvay634hj2hl"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/paradakh/human-sort")
+ (synopsis "Human sort (natural sort) implementation")
+ (description
+ "This package provides Human sort (natural sort) implementation.")
+ (license license:expat)))
+
(define-public rust-humantime-serde-1
(package
(name "rust-humantime-serde")
--
2.44.2
- [bug#73329] [PATCH 0/7] Add lsd utility, Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 7/7] gnu: Add lsd., Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 5/7] gnu: Add rust-human-sort-0.2.,
Jordan Moore <=
- [bug#73329] [PATCH 3/7] gnu: Add rust-unicode-width-0.1.13., Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 1/7] gnu: Add rust-windows-0.43., Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 6/7] gnu: Add rust-clap-derive-4.3., Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 2/7] gnu: Add rust-term-grid-0.1., Jordan Moore, 2024/09/18
- [bug#73329] [PATCH 4/7] gnu: Add rust-vsort-0.2., Jordan Moore, 2024/09/18