efraim pushed a commit to branch rust-team
in repository guix.
commit 5f5ae2976b7ef132aea9b81f7060f25d79bd2902
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 21:10:50 2024 +0100
gnu: rust-ntest-proc-macro-helper-0.8: Order alphabetically.
* gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.8): Order.
Change-Id: Iea655d87ce5ad102debb88ada45da2a354d3015e
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9396959a37..dfe728aa4d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51960,6 +51960,23 @@ enhances the built-in library with some useful
features.")
("rust-ntest-timeout" ,rust-ntest-timeout-0.7))
#:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))))
+(define-public rust-ntest-proc-macro-helper-0.8
+ (package
+ (name "rust-ntest-proc-macro-helper")
+ (version "0.8.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "ntest_proc_macro_helper" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
"154r3r9nnnp6qjzlayc54213bdrgdk8b68jjnn1xcyd6cz92iqx0"))))
+ (build-system cargo-build-system)
+ (home-page "https://github.com/becheran/ntest")
+ (synopsis "Helper functions for the procedural macros used in ntest")
+ (description "This package provides helper functions for the procedural
+macros used in ntest.")
+ (license license:expat)))
+
(define-public rust-ntest-test-cases-0.9
(package
(name "rust-ntest-test-cases")
@@ -52077,23 +52094,6 @@ framework.")
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
-(define-public rust-ntest-proc-macro-helper-0.8
- (package
- (name "rust-ntest-proc-macro-helper")
- (version "0.8.0")
- (source (origin
- (method url-fetch)
- (uri (crate-uri "ntest_proc_macro_helper" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
"154r3r9nnnp6qjzlayc54213bdrgdk8b68jjnn1xcyd6cz92iqx0"))))
- (build-system cargo-build-system)
- (home-page "https://github.com/becheran/ntest")
- (synopsis "Helper functions for the procedural macros used in ntest")
- (description "This package provides helper functions for the procedural
-macros used in ntest.")
- (license license:expat)))
-
(define-public rust-ntest-proc-macro-helper-0.7
(package
(inherit rust-ntest-proc-macro-helper-0.8)