From f66b39f9e6e9cd418192137c35e56b9934dd971d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 6 Jun 2026 17:52:55 +0200 Subject: [PATCH] [openpgp] 1.8.2 --- openpgp/plugin-manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openpgp/plugin-manifest.json b/openpgp/plugin-manifest.json index d57e1ba..f506565 100644 --- a/openpgp/plugin-manifest.json +++ b/openpgp/plugin-manifest.json @@ -13,8 +13,9 @@ "win32" ], "requirements": [ - "gajim>=2.4.2" + "gajim>=2.4.2", + "gajim<=2.4.5" ], "short_name": "openpgp", - "version": "1.8.1" + "version": "1.8.2" }