guix-patches
[Top][All Lists]
Advanced

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

[bug#69257] [PATCH rust-team v2 025/117] gnu: Add rust-matrix-sdk-test-m


From: Herman Rimm
Subject: [bug#69257] [PATCH rust-team v2 025/117] gnu: Add rust-matrix-sdk-test-macros-0.7.
Date: Sun, 28 Apr 2024 20:54:51 +0200

* gnu/packages/crates-io.scm (rust-matrix-sdk-test-macros-0.7): Add
variable.

Change-Id: I0282eb05fcfa9dcda296e0f58178519dac3ce49a
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7c37fef4bc..8b3083c71f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41182,6 +41182,27 @@ (define-public rust-matchit-0.7
      "This package provides a high performance, zero-copy URL router.")
     (license (list license:expat license:bsd-3))))
 
+(define-public rust-matrix-sdk-test-macros-0.7
+  (package
+    (name "rust-matrix-sdk-test-macros")
+    (version "0.7.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "matrix-sdk-test-macros" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0yr48204a44irzg1l3yx1dlfskj8i71c97i6xki4n92i8pw0qnpb"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-quote" ,rust-quote-1)
+                       ("rust-syn" ,rust-syn-2))))
+    (home-page "https://github.com/matrix-org/matrix-rust-sdk";)
+    (synopsis "Helper macros to write tests for the Matrix SDK")
+    (description "This package provides helper macros to write tests for
+the Matrix SDK.")
+    (license license:asl2.0)))
+
 (define-public rust-matrixcompare-0.3
   (package
     (name "rust-matrixcompare")
-- 
2.41.0






reply via email to

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