efraim pushed a commit to branch rust-team
in repository guix.
commit 4a68c06e75fcce48f4082a3c29f3783f898c41ec
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 19:44:42 2024 +0200
gnu: rust-humantime-serde-1: Sort alphabetically.
* gnu/packages/crates-io.scm (rust-humantime-serde-1): Sort.
Change-Id: If1e345418977a237d6348db0f4adea1cb86ef17b
---
gnu/packages/crates-io.scm | 48 +++++++++++++++++++++++-----------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e2b713820a..f82755fcb7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35405,30 +35405,6 @@ machines are still at bay.")
"This package provides Human sort (natural sort) implementation.")
(license license:expat)))
-(define-public rust-humantime-serde-1
- (package
- (name "rust-humantime-serde")
- (version "1.1.1")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "humantime-serde" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0310ri4zb33qbwqv0n51xysfjpnwc6rgxscl5i09jgcjlmgdp8sp"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-test-flags '("--" "--skip=test::test_html_root_url")
- #:cargo-inputs (("rust-humantime" ,rust-humantime-2)
- ("rust-serde" ,rust-serde-1))
- #:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1)
- ("rust-version-sync"
,rust-version-sync-0.8))))
- (home-page "https://github.com/jean-airoldie/humantime-serde")
- (synopsis "Humantime serialization timestamp format")
- (description
- "This package provides a Humantime serialization timestamp format.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-humansize-2
(package
(name "rust-humansize")
@@ -35513,6 +35489,30 @@ SystemTime}}.")
("rust-rand" ,rust-rand-0.4)
("rust-time" ,rust-time-0.1))))))
+(define-public rust-humantime-serde-1
+ (package
+ (name "rust-humantime-serde")
+ (version "1.1.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "humantime-serde" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0310ri4zb33qbwqv0n51xysfjpnwc6rgxscl5i09jgcjlmgdp8sp"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags '("--" "--skip=test::test_html_root_url")
+ #:cargo-inputs (("rust-humantime" ,rust-humantime-2)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1)
+ ("rust-version-sync"
,rust-version-sync-0.8))))
+ (home-page "https://github.com/jean-airoldie/humantime-serde")
+ (synopsis "Humantime serialization timestamp format")
+ (description
+ "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")