guix-commits
[Top][All Lists]
Advanced

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

147/276: gnu: Add rust-ntest-proc-macro-helper-0.7.


From: guix-commits
Subject: 147/276: gnu: Add rust-ntest-proc-macro-helper-0.7.
Date: Wed, 18 Oct 2023 04:49:49 -0400 (EDT)

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

commit 8f38b2b49cbc835d93d794ad94b026c196757e8e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 10:23:50 2023 +0300

    gnu: Add rust-ntest-proc-macro-helper-0.7.
    
    * gnu/packages/crates-io.scm (rust-ntest-proc-macro-helper-0.7): New 
variable.
---
 gnu/packages/crates-io.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 35f7145723..e096aad6e1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43381,6 +43381,19 @@ framework.")
 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)
+    (name "rust-ntest-proc-macro-helper")
+    (version "0.7.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "ntest-proc-macro-helper" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0lkyfx97aynbm7cnhzyc9cr0rpq1xzng1hwmzizbf1a6855y6llg"))))))
+
 (define-public rust-ntex-bytes-0.1
   (package
     (name "rust-ntex-bytes")



reply via email to

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