gnu: gajim-openpgp: Update to 1.3.9.

* gnu/packages/messaging.scm (gajim-openpgp): Update to 1.3.9.
[propagated-inputs]: Add python-gpg.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Raghav Gururajan 2021-02-09 17:40:39 -05:00 committed by 宋文武
parent fb2107cd4a
commit 1755498ca7
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1122,7 +1122,7 @@ (define-public gajim-omemo
(define-public gajim-openpgp
(package
(name "gajim-openpgp")
(version "1.2.14")
(version "1.3.9")
(source
(origin
(method url-fetch/zipbomb)
@ -1131,7 +1131,7 @@ (define-public gajim-openpgp
"https://ftp.gajim.org/plugins_releases/openpgp_"
version ".zip"))
(sha256
(base32 "0wdjpf1i4pvl4ha4plfpywwi9aw5n2mhrpv8mmbidpawxqfbd94b"))))
(base32 "0fzvvrap1hmj4rbrcjs6cs5c9l9c0795bgw9vxxxk915n6j91m23"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@ -1146,7 +1146,8 @@ (define-public gajim-openpgp
#t))))
(propagated-inputs
`(("python-cryptography" ,python-cryptography)
("python-gnupg" ,python-gnupg)))
("python-gnupg" ,python-gnupg)
("python-gpg" ,python-gpg)))
(synopsis "Gajim OpenPGP plugin")
(description "Gajim-OpenPGP is a plugin that adds support for the OpenPGP
Encryption to Gajim.")