mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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:
parent
fb2107cd4a
commit
1755498ca7
1 changed files with 4 additions and 3 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue