guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/25: gnu: Add rust-ntest-proc-macro-helper-0.8.


From: guix-commits
Subject: 25/25: gnu: Add rust-ntest-proc-macro-helper-0.8.
Date: Wed, 22 Feb 2023 14:05:19 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit a7b87f31bdc7ba49eca9f13e3007f2a2887d1018
Author: Efraim Flashner <efraim@flashner.co.il>
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 52e206c9e8..834cc2ed42 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -37801,6 +37801,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]