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 #806 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 055/117] gnu: Add rust-matrix-pickle-0.1.
Date: Sun, 28 Apr 2024 20:55:21 +0200
* gnu/packages/crates-io.scm (rust-matrix-pickle-0.1): Add variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6845095ac0..5753c78cad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41290,6 +41290,31 @@ (define-public rust-matchit-0.7
      "This package provides a high performance, zero-copy URL router.")
     (license (list license:expat license:bsd-3))))
 
+(define-public rust-matrix-pickle-0.1
+  (package
+    (name "rust-matrix-pickle")
+    (version "0.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "matrix-pickle" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "07c2kmlswi7ir79ldgcizcibm61i8lni9i5rkf6npn757i32dzfp"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-matrix-pickle-derive" ,rust-matrix-pickle-derive-0.1)
+        ("rust-thiserror" ,rust-thiserror-1))
+       #:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
+                                   ("rust-proptest" ,rust-proptest-1))))
+    (home-page "https://github.com/matrix-org/matrix-pickle")
+    (synopsis "Binary encoding format used in the Matrix world")
+    (description
+     "This package provides a simple binary encoding format used in the
+Matrix world.")
+    (license license:expat)))
+
 (define-public rust-matrix-pickle-derive-0.1
   (package
     (name "rust-matrix-pickle-derive")
-- 
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.