[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 114/228] gnu: Place rust-compound-duration-1 in alpha
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 114/228] gnu: Place rust-compound-duration-1 in alphabetical order. |
Date: |
Sun, 18 Feb 2024 22:08:04 +0100 |
gnu/packages/crates-io.scm (rust-compound-duration-1): Move variable.
Change-Id: Icd3462f34d5f8b01a2deea0504b2f6825b6e85b7
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4ff4eed619..af20149f6b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12773,25 +12773,6 @@ (define-public rust-compact-str-0.7
stores strings on the stack, when possible.")
(license license:expat)))
-(define-public rust-compound-duration-1
- (package
- (name "rust-compound-duration")
- (version "1.2.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "compound_duration" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0rb5kasd7044xxb73wz2qqxv6iwawp9gipvqhya8yybafh7a679r"))))
- (build-system cargo-build-system)
- (home-page "https://docs.rs/compound_duration/latest/compound_duration/")
- (synopsis "Convert seconds to compound duration")
- (description
- "Convert seconds to compound duration, such as: week, days, hours,
-minutes, seconds.")
- (license license:bsd-3)))
-
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1
@@ -12983,6 +12964,25 @@ (define-public rust-completest-pty-0.5
"This package provides running completions for your program.")
(license (list license:expat license:asl2.0))))
+(define-public rust-compound-duration-1
+ (package
+ (name "rust-compound-duration")
+ (version "1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "compound_duration" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0rb5kasd7044xxb73wz2qqxv6iwawp9gipvqhya8yybafh7a679r"))))
+ (build-system cargo-build-system)
+ (home-page "https://docs.rs/compound_duration/latest/compound_duration/")
+ (synopsis "Convert seconds to compound duration")
+ (description
+ "Convert seconds to compound duration, such as: week, days, hours,
+minutes, seconds.")
+ (license license:bsd-3)))
+
(define-public rust-comrak-0.18
(package
(name "rust-comrak")
--
2.41.0
- [bug#69257] [PATCH 103/228] gnu: Add rust-opentelemetry-otlp-0.14., (continued)
- [bug#69257] [PATCH 103/228] gnu: Add rust-opentelemetry-otlp-0.14., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 105/228] gnu: Add rust-tracing-opentelemetry-0.22., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 104/228] gnu: Add rust-opentelemetry-stdout-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 106/228] gnu: Add rust-mas-tower-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 107/228] gnu: Add rust-mas-http-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 109/228] gnu: Add rust-mas-keystore-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 108/228] gnu: Add rust-chacha20poly1305-0.10., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 110/228] gnu: Place rust-const-format-proc-macros-0.2 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 113/228] gnu: Place rust-const-cstr-0.3 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 112/228] gnu: Place rust-const-fn-assert-0.1 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 114/228] gnu: Place rust-compound-duration-1 in alphabetical order.,
Herman Rimm <=
- [bug#69257] [PATCH 115/228] gnu: Add rust-warp-0.3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 111/228] gnu: Place rust-const-format-0.2 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 120/228] gnu: Add rust-config-0.13., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 119/228] gnu: Add rust-temp-env-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 122/228] gnu: Add rust-deadpool-0.9., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 125/228] gnu: Add rust-mas-oidc-client-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 123/228] gnu: Add rust-assert-json-diff-2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 128/228] gnu: Add rust-konst-proc-macros-0.3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 126/228] gnu: Add rust-matrix-sdk-test-macros-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 129/228] gnu: Place rust-konst-macro-rules-0.2 in alphabetical order., Herman Rimm, 2024/02/18