GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
Message #776 received at 69257 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-ruma-appservice-api-0.9): Add
variable.
Change-Id: Idc208db555b74b5c1fbf45f27ac8bd74742c0d30
---
gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 41f2fa68e6..01fccc1729 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64373,6 +64373,34 @@ (define-public rust-rug-1
floating-point, and complex numbers based on GMP, MPFR and MPC.")
(license license:lgpl3+)))
+(define-public rust-ruma-appservice-api-0.9
+ (package
+ (name "rust-ruma-appservice-api")
+ (version "0.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "ruma-appservice-api" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1xabivmgklm7qav1ja84b92pq7fxy4h344zhk25bhgbb4j3zi3y2"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-js-int" ,rust-js-int-0.2)
+ ("rust-ruma-common" ,rust-ruma-common-0.12)
+ ("rust-ruma-events" ,rust-ruma-events-0.27)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-serde-json" ,rust-serde-json-1))
+ #:cargo-development-inputs
+ (("rust-assert-matches2" ,rust-assert-matches2-0.1)
+ ("rust-serde-yaml" ,rust-serde-yaml-0.9))))
+ (home-page "https://www.ruma.io/")
+ (synopsis "Types for Matrix application service API endpoints")
+ (description
+ "This package provides types for the endpoints in the Matrix
+application service API.")
+ (license license:expat)))
+
(define-public rust-ruma-common-0.12
(package
(name "rust-ruma-common")
--
2.41.0
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.