3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gajim-openpgp: Downgrade to 1.2.14.

This version is compatible with the stable version of gajim (1.2.2).

* gnu/packages/messaging.scm (gajim-openpgp)[version]: Downgrade to 1.2.14.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Raghav Gururajan 2020-11-19 16:40:17 -05:00 committed by Tobias Geerinckx-Rice
parent 8af6a0661e
commit 3ab0b27e32
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -888,7 +888,7 @@ multi-client end-to-end encryption.")
(define-public gajim-openpgp
(package
(name "gajim-openpgp")
(version "1.3.5")
(version "1.2.14")
(source
(origin
(method url-fetch/zipbomb)
@ -897,7 +897,7 @@ multi-client end-to-end encryption.")
"https://ftp.gajim.org/plugins_releases/openpgp_"
version ".zip"))
(sha256
(base32 "1jvpl2gjl5xxvsgxpmvh3mn2mm142dg2hknakkc32swb7l1fqx5m"))))
(base32 "0wdjpf1i4pvl4ha4plfpywwi9aw5n2mhrpv8mmbidpawxqfbd94b"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))