Update pretix version

Bump pretix version from 2023.10.0 to 2024.1.0
This commit is contained in:
Jakob Lechner 2024-01-31 02:12:18 +00:00
parent 1436e4091c
commit d783abcfbc
3 changed files with 627 additions and 608 deletions

1231
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/${pretix.python.libPrefix}/site-packages/pretix/static/npm_dir";
npmDepsHash = "sha256-lf7GTXjvz4df1GeQ6uibwwGm+gKRU/RdNEHiCJ+zF1Y=";
npmDepsHash = "sha256-J+HsQijfE+L/sa28+ISyMDgjjKvSHe3J2bOe/QYHbnc=";
dontNpmBuild = true;
installPhase = ''
mkdir -p $out

View file

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