guix-patches
[Top][All Lists]
Advanced

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

[bug#44492] [PATCH v4 01/47] gnu: Add rust-ruma-identifiers-validation-0


From: Leo Prikler
Subject: [bug#44492] [PATCH v4 01/47] gnu: Add rust-ruma-identifiers-validation-0.1.
Date: Thu, 11 Mar 2021 23:07:10 +0100

* gnu/packages/crates-io.scm (rust-ruma-identifiers-validation-0.1): New
variable.
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index abe4a937e5..bebe80e2b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32754,6 +32754,30 @@ console applications.")
         (base32
          "1v255xqkig5lwnczvm3achydhxx6kf9jcdxdlgzndgpd18bp6x6k"))))))
 
+(define-public rust-ruma-identifiers-validation-0.1
+  (package
+    (name "rust-ruma-identifiers-validation")
+    (version "0.1.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "ruma-identifiers-validation" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "0nv0zqsq5lhybckvfr5wmcp8pipqfs2hjgn9kvn9w33xacfzs4n1"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:cargo-inputs
+        (("rust-serde" ,rust-serde-1)
+         ("rust-strum" ,rust-strum-0.18))))
+    (home-page "https://www.ruma.io/";)
+    (synopsis "Validation logic for RUMA")
+    (description "This package provides the validation logic needed by other
+rust-ruma packages.")
+    (license license:expat)))
+
 (define-public rust-runtime-0.3
   (package
     (name "rust-runtime")
-- 
2.30.1






reply via email to

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