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 <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-24 21:10:50 +01:00 committed by Efraim Flashner
parent 4afd03daff
commit ecc21d232e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)