[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: Order alpha
From: |
Herman Rimm |
Subject: |
[bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: Order alphabetically. |
Date: |
Tue, 24 Dec 2024 11:31:06 +0100 |
* gnu/packages/crates-web.scm (rust-axum-macros-0.4): Order.
Change-Id: If48995b0e04c97d0d3b5a042a16409dfbb90f5e6
---
gnu/packages/crates-web.scm | 62 ++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 7cb5006181..76c17a2812 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2112,37 +2112,6 @@ (define-public rust-axum-core-0.3
("rust-tokio" ,rust-tokio-1)
("rust-tower-http"
,rust-tower-http-0.4))))))
-(define-public rust-axum-macros-0.4
- (package
- (name "rust-axum-macros")
- (version "0.4.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "axum-macros" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1ahfy8z5z2xlibj41gyr2jm84di1x1s660g13jcfajh15pp5bh00"))))
- (build-system cargo-build-system)
- (arguments
- `(#:tests? #f ; Tests unexpectedly pass.
- #:cargo-inputs (("rust-heck" ,rust-heck-0.4)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-syn" ,rust-syn-2))
- #:cargo-development-inputs (("rust-axum" ,rust-axum-0.7)
- ("rust-axum-extra" ,rust-axum-extra-0.9)
- ("rust-rustversion" ,rust-rustversion-1)
- ("rust-serde" ,rust-serde-1)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-syn" ,rust-syn-2)
- ("rust-tokio" ,rust-tokio-1)
- ("rust-trybuild" ,rust-trybuild-1))))
- (home-page "https://github.com/tokio-rs/axum")
- (synopsis "Macros for axum")
- (description "This package provides macros for axum.")
- (license license:expat)))
-
(define-public rust-axum-extra-0.9
(package
(name "rust-axum-extra")
@@ -2244,6 +2213,37 @@ (define-public rust-axum-extra-0.7
("rust-tower" ,rust-tower-0.4)
("rust-tower-http"
,rust-tower-http-0.4))))))
+(define-public rust-axum-macros-0.4
+ (package
+ (name "rust-axum-macros")
+ (version "0.4.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "axum-macros" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1ahfy8z5z2xlibj41gyr2jm84di1x1s660g13jcfajh15pp5bh00"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; Tests unexpectedly pass.
+ #:cargo-inputs (("rust-heck" ,rust-heck-0.4)
+ ("rust-proc-macro2" ,rust-proc-macro2-1)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-syn" ,rust-syn-2))
+ #:cargo-development-inputs (("rust-axum" ,rust-axum-0.7)
+ ("rust-axum-extra" ,rust-axum-extra-0.9)
+ ("rust-rustversion" ,rust-rustversion-1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-syn" ,rust-syn-2)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-trybuild" ,rust-trybuild-1))))
+ (home-page "https://github.com/tokio-rs/axum")
+ (synopsis "Macros for axum")
+ (description "This package provides macros for axum.")
+ (license license:expat)))
+
(define-public rust-axum-macros-0.3
(package
(name "rust-axum-macros")
--
2.45.2
- [bug#75061] [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75061] [PATCH rust-team 3/6] gnu: rust-gstreamer-gl-sys-0.21: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75061] [PATCH rust-team 2/6] gnu: rust-atk-0.8: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75061] [PATCH rust-team 4/6] gnu: rust-actix-test-server-0.2: Order alphabetically., Herman Rimm, 2024/12/24
- [bug#75061] [PATCH rust-team 5/6] gnu: rust-axum-macros-0.4: Order alphabetically.,
Herman Rimm <=
- [bug#75061] [PATCH rust-team 6/6] gnu: rust-hyperlocal-0.8: Order alphabetically., Herman Rimm, 2024/12/24
- bug#75061: [PATCH rust-team 1/6] gnu: rust-atk-0.14: Order alphabetically., Efraim Flashner, 2024/12/24