Update pretix version
Bump pretix version from 2023.10.0 to 2024.1.0
This commit is contained in:
parent
1436e4091c
commit
d783abcfbc
3 changed files with 627 additions and 608 deletions
1231
pkgs/pretix/poetry.lock
generated
1231
pkgs/pretix/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
pretix = "^2023.10.0"
|
||||
pretix = "^2024.1.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue