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 <njoseph@riseup.net>
This commit is contained in:
Joseph Nuthalapati 2021-02-05 00:39:32 +05:30
parent 15f6fb1f61
commit 765914a12f
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -20,7 +20,7 @@ from plinth.modules.backups.components import BackupRestore
from . import manifest
version = 8
version = 9
is_essential = True