[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: gajim-omemo: Downgrade to 2.6.80.
From: |
guix-commits |
Subject: |
03/05: gnu: gajim-omemo: Downgrade to 2.6.80. |
Date: |
Thu, 19 Nov 2020 20:35:51 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 8af6a0661eb3a8a10c81290c19ff69413dee0889
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Nov 19 16:35:08 2020 -0500
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>
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 99131dc..e4802fe 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))