From d78102adb888e0e8bca8077a4e1a76f9620e0a39 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 23 Apr 2023 13:22:01 +0200 Subject: [PATCH] voc.pretalx: is bullseye now --- nodes/voc/pretalx.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/voc/pretalx.py b/nodes/voc/pretalx.py index e14a740..fa3d116 100644 --- a/nodes/voc/pretalx.py +++ b/nodes/voc/pretalx.py @@ -51,7 +51,7 @@ nodes['voc.pretalx'] = { }, }, 'pretalx': { - 'version': 'v2.3.2', + 'version': '60722c43cf975f319e94102e6bff320723776890', 'domain': 'pretalx.c3voc.de', 'mail_from': 'pretalx@c3voc.de', 'administrators-from-group-id': 1, @@ -75,10 +75,10 @@ nodes['voc.pretalx'] = { 'relayhost': 'mng.c3voc.de', }, 'postgresql': { - 'version': '11', + 'version': '13', }, }, 'os': 'debian', - 'os_version': (10,), + 'os_version': (11,), 'pip_command': 'pip3', }