summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien 'neox' Bourmault <neox@gnu.org>2026-03-20 16:20:12 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-03-29 21:11:52 +0200
commit0b5e1ada2ed11dd89a4bd6057353efa6970755d5 (patch)
tree82bc63222c5270b212eb4a28b4f9787333d4cbfd
parent05b247befe1d72816957f3a0bd1057a62def40e5 (diff)
gnu: python-omemo-dr: Update to 1.2.0
* gnu/packages/python-crypto.scm (python-omemo-dr): Update to 1.2.0 Change-Id: I2561c74f3ca207203c9c7fdb88af2db424703589 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r--gnu/packages/python-crypto.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 2adeb295c38..f50ae66f40b 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -33,6 +33,7 @@
;;; Copyright © 2024 jgart <jgart@dismail.de>
;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2025 Nguyễn Gia Phong <cnx@loang.net>
+;;; Copyright © 2025 Adrien 'neox' Bourmault <neox@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -719,7 +720,7 @@ python-axolotl.")
(define-public python-omemo-dr
(package
(name "python-omemo-dr")
- (version "1.0.1")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -728,7 +729,7 @@ python-axolotl.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gx0znbfvs8jg9s754hha81l8wpghswkfsqx2jzpgv6gigf3sm8z"))))
+ (base32 "18snryk95wyiz5jh5wa5x58yych9d8l9hmnqq828gsb5ncxq3szk"))))
(build-system pyproject-build-system)
(arguments (list #:test-backend #~'unittest))
(propagated-inputs