[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44492] [PATCH v5 03/51] gnu: Add rust-ruma-identifiers-0.17.
From: |
Leo Prikler |
Subject: |
[bug#44492] [PATCH v5 03/51] gnu: Add rust-ruma-identifiers-0.17. |
Date: |
Mon, 15 Mar 2021 16:43:36 +0100 |
* gnu/packages/crates-io.scm (rust-ruma-identifiers-0.17): New variable.
---
gnu/packages/crates-io.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9587be832e..bc8a8fbae9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33289,6 +33289,40 @@ console applications.")
(base32
"1v255xqkig5lwnczvm3achydhxx6kf9jcdxdlgzndgpd18bp6x6k"))))))
+(define-public rust-ruma-identifiers-0.17
+ (package
+ (name "rust-ruma-identifiers")
+ (version "0.17.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ruma-identifiers" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1vjxws5yw1c8lmwc5p036319vwwna1sxb7pkl6lw1pl8rwp0j5sr"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-either" ,rust-either-1)
+ ("rust-rand" ,rust-rand-0.7)
+ ("rust-ruma-identifiers-macros"
+ ,rust-ruma-identifiers-macros-0.17)
+ ("rust-ruma-identifiers-validation"
+ ,rust-ruma-identifiers-validation-0.1)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-strum" ,rust-strum-0.18))
+ #:cargo-development-inputs
+ (("rust-matches" ,rust-matches-0.1)
+ ("rust-serde-json" ,rust-serde-json-1)
+ ("rust-trybuild" ,rust-trybuild-1))))
+ (home-page "https://www.ruma.io/")
+ (synopsis "Rust types for Matrix resource identifiers")
+ (description "This package provides Rust type bindings for Matrix resource
+identifiers.")
+ (license license:expat)))
+
(define-public rust-ruma-identifiers-macros-0.17
(package
(name "rust-ruma-identifiers-macros")
--
2.30.2
- [bug#44492] [PATCH v5 01/51] gnu: Add rust-ruma-identifiers-validation-0.1., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 03/51] gnu: Add rust-ruma-identifiers-0.17.,
Leo Prikler <=
- [bug#44492] [PATCH v5 04/51] gnu: Add rust-entities-1., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 08/51] gnu: rust-either-1: Update to 1.6.1., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 05/51] gnu: Add rust-twoway-0.2., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 02/51] gnu: Add rust-ruma-identifiers-macros-0.17., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 06/51] gnu: Add rust-comrak-0.7., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 07/51] gnu: Add rust-fragile-1., Leo Prikler, 2021/03/15
- [bug#44492] [PATCH v5 09/51] gnu: Add rust-gspell-sys-0.4., Leo Prikler, 2021/03/15