Update pretix

This commit is contained in:
Jakob Lechner 2023-07-08 12:15:38 +00:00
parent d80b396a5f
commit cb83371004
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
3 changed files with 572 additions and 429 deletions

997
pkgs/pretix/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ let
nodeEnv = buildNpmPackage rec {
name = "pretix-nodejs";
src = "${pretix.passthru.pythonModule.pkgs.pretix}/lib/python3.10/site-packages/pretix/static/npm_dir";
npmDepsHash = "sha256-sHt9W9OI0RMErHV3R0LyJM8c61nPrFNzEc3qsPZnhLQ=";
npmDepsHash = "sha256-wMzi48h4SFsGKi/s7FujJtsAtj8pRQX3nVo8WC0UqPY=";
dontNpmBuild = true;
installPhase = ''
mkdir -p $out

View file

@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
pretix = "^4.16"
pretix = "^2023.6.0"
[tool.poetry.dev-dependencies]