efraim pushed a commit to branch rust-team
in repository guix.
commit 6ea205fca9bae3af3d1e899ba91b5cebfb6e6764
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Feb 22 21:01:00 2023 +0200
gnu: Add rust-ntest-proc-macro-helper-0.8.
* gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.8): New
variable.
---
gnu/packages/crates-io.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 86dd709e70..7c41daa81b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37987,6 +37987,23 @@ framework.")
("rust-syn" ,rust-syn-1)
("rust-timebomb" ,rust-timebomb-0.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-num-0.4
(package
(name "rust-num")