diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6da15d0e8e..075519fcca 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -52006,6 +52006,23 @@ (define-public rust-ntest-0.7 ("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") @@ -52123,23 +52140,6 @@ (define-public rust-ntest-timeout-0.7 ("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)