GNU bug report logs - #72125
[PATCH 0/4] gajim: Update to latest version

Previous Next

Package: guix-patches;

Reported by: Gisement <sisiutl <at> egregore.fun>

Date: Mon, 15 Jul 2024 16:47:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Gisement <sisiutl <at> egregore.fun>
To: 72125 <at> debbugs.gnu.org
Cc: Gisement <sisiutl <at> egregore.fun>
Subject: [bug#72125] [PATCH 2/4] gnu: Add python-omemo-dr.
Date: Mon, 15 Jul 2024 19:34:52 +0200
Change-Id: Ia671207bc6160d23396c2fa7c23e652b11c5dee9
---
 gnu/packages/python-crypto.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index d25059c86b..64e7f1b887 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -758,6 +758,25 @@ (define-public python-axolotl
 asynchronous messaging environments.")
     (license license:gpl3)))
 
+(define-public python-omemo-dr
+  (package
+    (name "python-omemo-dr")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "omemo-dr" version))
+       (sha256
+        (base32 "0qfk0b153cmc85icnlpfv8mjaqd2spa7hlipvndr8wqx4dvqr2ia"))))
+    (build-system python-build-system)
+    (home-page "https://pypi.org/project/omemo-dr/")
+    (synopsis "OMEMO Double Ratchet in Python")
+    (description
+     "Initial codebase was forked from
+ https://github.com/tgalal/python-axolotl but has since been heavily
+ rewritten.")
+    (license license:gpl3)
+    (native-inputs (list python-protobuf python-cryptography))))
 
 (define-public python-pyaes
   (package
-- 
2.45.2





This bug report was last modified 70 days ago.

Previous Next


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