mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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:
parent
4afd03daff
commit
ecc21d232e
1 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue