diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-11-19 16:40:17 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-20 02:26:49 +0100 |
commit | 3ab0b27e3265b8acc5289c6d3353190b6e48e12d (patch) | |
tree | 9eb607c45fb44a9d067fb4dbd403eac51a37c36a /gnu | |
parent | 8af6a0661eb3a8a10c81290c19ff69413dee0889 (diff) |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index e4802fee00..1576447773 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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)) |