voc.pretalx: update to 2023.3.1

This commit is contained in:
Franzi 2024-11-16 13:02:39 +01:00
parent 9884b703cd
commit 669b28f6ed
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -49,14 +49,15 @@ nodes['voc.pretalx'] = {
},
},
'pretalx': {
'version': 'v2024.2.1',
# 2023.3.1 with some bugfixes
'version': '05e377398cecdd45d3ca6013040c5857bbe225d6',
'domain': 'pretalx.c3voc.de',
'mail_from': 'pretalx@c3voc.de',
'administrators-from-group-id': 1,
'plugins': {
'broadcast_tools': {
'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git',
'rev': 'main',
'rev': '2.4.0',
},
'downstream': {
'repo': 'https://github.com/pretalx/pretalx-downstream.git',
@ -81,6 +82,6 @@ nodes['voc.pretalx'] = {
},
},
'os': 'debian',
'os_version': (11,),
'os_version': (12,),
'pip_command': 'pip3',
}