GNU bug report logs - #69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sun, 18 Feb 2024 20:51:02 UTC

Severity: normal

Tags: patch

Full log


Message #782 received at 69257 <at> debbugs.gnu.org (full text, mbox):

From: Herman Rimm <herman <at> rimm.ee>
To: 69257 <at> debbugs.gnu.org
Subject: [PATCH rust-team v2 039/117] gnu: Add
 rust-ruma-identity-service-api-0.8.
Date: Sun, 28 Apr 2024 20:55:05 +0200
* gnu/packages/crates-io.scm (rust-ruma-identity-service-api-0.8): Add
variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e1bf330999..1e12186b61 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64573,6 +64573,29 @@ (define-public rust-ruma-identifiers-validation-0.9
 and ruma-macros.")
     (license license:expat)))
 
+(define-public rust-ruma-identity-service-api-0.8
+  (package
+    (name "rust-ruma-identity-service-api")
+    (version "0.8.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "ruma-identity-service-api" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1wh9qlzlqhlmirki6i0bffp7f9d6n2jdfv26crj24xsvl02a2zgi"))))
+    (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-serde" ,rust-serde-1))
+       #:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
+    (home-page "https://www.ruma.io/")
+    (synopsis "Types for Matrix identity service API endpoints.")
+    (description "This package provides types for the endpoints in the
+Matrix identity service API.")
+    (license license:expat)))
+
 (define-public rust-ruma-macros-0.12
   (package
     (name "rust-ruma-macros")
-- 
2.41.0





This bug report was last modified 1 year and 43 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.