diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-11-19 16:35:08 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-20 02:26:48 +0100 |
commit | 8af6a0661eb3a8a10c81290c19ff69413dee0889 (patch) | |
tree | eabb55528692fca3664cc6f908403a306f9b57ad /gnu | |
parent | f073672b0bca6f8126ff1a046c062a5bfed90b4e (diff) |
gnu: gajim-omemo: Downgrade to 2.6.80.
This version is compatible with the stable version of gajim (1.2.2).
* gnu/packages/messaging.scm (gajim-omemo): Downgrade to 2.6.80.
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 99131dcf05..e4802fee00 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -850,7 +850,7 @@ and OpenPGP) and available in 29 languages.") (define-public gajim-omemo (package (name "gajim-omemo") - (version "2.7.9") + (version "2.6.80") (source (origin (method url-fetch/zipbomb) @@ -859,7 +859,7 @@ and OpenPGP) and available in 29 languages.") "https://ftp.gajim.org/plugins_releases/omemo_" version ".zip")) (sha256 - (base32 "19si2v5yrxpn2m0f684npsg0iiyl2h3r5hbxyrxv4k3acmfmhb3z")))) + (base32 "179hgx091c12258335znn1540jhp4z3n3wv5ksrgqq7l3jgc93d7")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) |