[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69257] [PATCH 170/228] gnu: Add rust-ruma-client-api-0.17.
From: |
Herman Rimm |
Subject: |
[bug#69257] [PATCH 170/228] gnu: Add rust-ruma-client-api-0.17. |
Date: |
Sun, 18 Feb 2024 22:09:00 +0100 |
* gnu/packages/crates-io.scm (rust-ruma-client-api-0.17): Add variable.
Change-Id: I9c9029de0084f2adbf2990e37dbfdcf1c1824be1
---
gnu/packages/crates-io.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 689b0b57cd..4b84703eef 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57953,6 +57953,39 @@ (define-public rust-ruma-appservice-api-0.9
application service API.")
(license license:expat)))
+(define-public rust-ruma-client-api-0.17
+ (package
+ (name "rust-ruma-client-api")
+ (version "0.17.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ruma-client-api" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "11ik20rnm1c1a3cdbqg8dayd7xgh9sai8xa74c4af552iwjkf634"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-assign" ,rust-assign-1)
+ ("rust-bytes" ,rust-bytes-1)
+ ("rust-http" ,rust-http-0.2)
+ ("rust-js-int" ,rust-js-int-0.2)
+ ("rust-js-option" ,rust-js-option-0.1)
+ ("rust-maplit" ,rust-maplit-1)
+ ("rust-ruma-common" ,rust-ruma-common-0.12)
+ ("rust-ruma-events" ,rust-ruma-events-0.27)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-html-form" ,rust-serde-html-form-0.2)
+ ("rust-serde-json" ,rust-serde-json-1))
+ #:cargo-development-inputs
+ (("rust-assert-matches2" ,rust-assert-matches2-0.1))))
+ (home-page "https://ruma.io/")
+ (synopsis "Types for Matrix client-server API endpoints.")
+ (description
+ "This package provides types for the endpoints in the Matrix
+client-server API.")
+ (license license:expat)))
+
(define-public rust-ruma-common-0.12
(package
(name "rust-ruma-common")
--
2.41.0
- [bug#69257] [PATCH 135/228] gnu: Add rust-konst-0.3., (continued)
- [bug#69257] [PATCH 135/228] gnu: Add rust-konst-0.3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 156/228] gnu: Move rust-fiat-crypto-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 117/228] gnu: Add rust-rust-ini-0.18., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 161/228] gnu: Add rust-strobe-rs-0.8., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 157/228] gnu: Add rust-fiat-crypto-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 167/228] gnu: Add rust-macro-attr-0.2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 162/228] gnu: Add rust-strobe-rs-0.5., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 165/228] gnu: Add rust-ed25519-2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 179/228] gnu: Add rust-pkcs7-0.4., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 187/228] gnu: Add rust-web-time-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 170/228] gnu: Add rust-ruma-client-api-0.17.,
Herman Rimm <=
- [bug#69257] [PATCH 175/228] gnu: Add rust-matrix-sdk-common-0.7., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 183/228] gnu: Add rust-olm-rs-2., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 172/228] gnu: Add rust-ruma-state-res-0.10., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 188/228] gnu: Add rust-ulid-1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 201/228] gnu: Place rust-serdeconv-0.4 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 207/228] gnu: Add rust-sqlite3-parser-0.12., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 202/228] gnu: Place rust-serde-wasm-bindgen-0.3 in alphabetical order., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 205/228] gnu: Add rust-deadpool-sync-0.1., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 206/228] gnu: Add rust-fallible-iterator-0.3., Herman Rimm, 2024/02/18
- [bug#69257] [PATCH 211/228] gnu: Add rust-deadpool-sqlite-0.7., Herman Rimm, 2024/02/18