From 765914a12f606fcc97e4340e2ede62d9f9fc3c1c Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Fri, 5 Feb 2021 00:39:32 +0530 Subject: [PATCH] upgrades: Increment version for MatrixSynapse 1.26 Matrix Synapse 1.26 needs a new dependency python3-psycopg2. apt preferences have to be updated to be able to install this package from buster-backports. Signed-off-by: Joseph Nuthalapati --- plinth/modules/upgrades/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/upgrades/__init__.py b/plinth/modules/upgrades/__init__.py index 097a2b907..b8f0c9edd 100644 --- a/plinth/modules/upgrades/__init__.py +++ b/plinth/modules/upgrades/__init__.py @@ -20,7 +20,7 @@ from plinth.modules.backups.components import BackupRestore from . import manifest -version = 8 +version = 9 is_essential = True