gnu: gajim-omemo: Update to 2.7.9.

* gnu/packages/messaging.scm (gajim-omemo) [version]: Update to
2.7.9.
[propagated-inputs]: Add python-axolotl-curve25519, python-cryptography
and python-qrcode.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Raghav Gururajan 2020-10-15 17:11:11 -04:00 committed by Julien Lepiller
parent 7c63d0e29f
commit ab6d077ae2
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -859,7 +859,7 @@ (define-public gajim
(define-public gajim-omemo
(package
(name "gajim-omemo")
(version "2.7.7")
(version "2.7.9")
(source
(origin
(method url-fetch/zipbomb)
@ -868,7 +868,7 @@ (define-public gajim-omemo
"https://ftp.gajim.org/plugins_releases/omemo_"
version ".zip"))
(sha256
(base32 "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
(base32 "19si2v5yrxpn2m0f684npsg0iiyl2h3r5hbxyrxv4k3acmfmhb3z"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@ -882,7 +882,10 @@ (define-public gajim-omemo
(copy-recursively source share)
#t))))
(propagated-inputs
`(("python-axolotl" ,python-axolotl)))
`(("python-axolotl" ,python-axolotl)
("python-axolotl-curve25519" ,python-axolotl-curve25519)
("python-cryptography" ,python-cryptography)
("python-qrcode" ,python-qrcode)))
(synopsis "Gajim OMEMO plugin")
(description "This package provides the Gajim OMEMO plugin. OMEMO is an
XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption