[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 111/228] gnu: Place rust-const-format-0.2 in alphabet
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 111/228] gnu: Place rust-const-format-0.2 in alphabetical order. |
Date: |
Sun, 18 Feb 2024 22:08:01 +0100 |
gnu/packages/crates-io.scm (rust-const-format-0.2): Move variable.
Change-Id: Ic0a3ae127a7cb2bdaad459db9386a8d713942a7c
---
gnu/packages/crates-io.scm | 50 +++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb0d32d7c2..1fd107c77e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12827,31 +12827,6 @@ (define-public rust-const-fn-assert-0.1
(description "Assertions for const functions.")
(license license:expat)))
-(define-public rust-const-format-0.2
- (package
- (name "rust-const-format")
- (version "0.2.32")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "const_format" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0wvns8mzqwkyciwr00p2g5g4ak7zz8m473di85srj11xmz3i98p3"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-test-flags
- '("--release" "--features=__test")
- #:cargo-inputs
- (("rust-const-format-proc-macros" ,rust-const-format-proc-macros-0.2)
- ("rust-konst" ,rust-konst-0.2))
- #:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.5)
- ("rust-fastrand" ,rust-fastrand-1))))
- (home-page "https://github.com/rodrimati1992/const_format_crates/")
- (synopsis "Compile-time string formatting")
- (description "This package provides compile-time string formatting.")
- (license license:zlib)))
-
;; This package requires features which are unavailable
;; on the stable releases of Rust.
(define-public rust-compiler-builtins-0.1
@@ -13712,6 +13687,31 @@ (define-public rust-const-fn-0.4
const functions with conditional compilations.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-const-format-0.2
+ (package
+ (name "rust-const-format")
+ (version "0.2.32")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "const_format" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0wvns8mzqwkyciwr00p2g5g4ak7zz8m473di85srj11xmz3i98p3"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags
+ '("--release" "--features=__test")
+ #:cargo-inputs
+ (("rust-const-format-proc-macros" ,rust-const-format-proc-macros-0.2)
+ ("rust-konst" ,rust-konst-0.2))
+ #:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.5)
+ ("rust-fastrand" ,rust-fastrand-1))))
+ (home-page "https://github.com/rodrimati1992/const_format_crates/")
+ (synopsis "Compile-time string formatting")
+ (description "This package provides compile-time string formatting.")
+ (license license:zlib)))
+
(define-public rust-const-format-proc-macros-0.2
(package
(name "rust-const-format-proc-macros")
--
2.41.0
- [bug#69257] [PATCH 104/228] gnu: Add rust-opentelemetry-stdout-0.2., (continued)
- [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, 2024/02/18
- [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 <=
- [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
- [bug#69257] [PATCH 131/228] gnu: Add rust-typewit-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 136/228] gnu: Place rust-koibumi-base32-0.0.2 in alphabetical order., Herman Rimm, 2024/02/18