guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 306/470: gnu: Add rust-ntest-proc-macro-helper-0.8.
Date: Thu, 16 Mar 2023 03:01:42 -0400 (EDT)

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

commit 7cc4a940184059818723d2aa0f7e73f92184b813
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 37ae1a3d2a..1dccf920c7 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]