gnu: gajim-openpgp: Update to 1.5.0.

* gnu/packages/messaging.scm (gajim-openpgp): Update to 1.5.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Parnikkapore 2023-07-04 23:31:11 +07:00 committed by Christopher Baines
parent d1412b1fb3
commit 79261203fd
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1306,7 +1306,7 @@ (define-public gajim-omemo
(define-public gajim-openpgp
(package
(name "gajim-openpgp")
(version "1.4.9")
(version "1.5.0")
(source
(origin
(method url-fetch/zipbomb)
@ -1315,7 +1315,7 @@ (define-public gajim-openpgp
"https://ftp.gajim.org/plugins/master/openpgp/openpgp_"
version ".zip"))
(sha256
(base32 "1xwmf6ai1z7z9x6p1ysglxji73r7d27c0gzc8ykab29cjhjyv0dq"))))
(base32 "193pbh9iri7bkamvjwp236i8g5zxxiqgsv64kll5sy76vx4q73c4"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))