pretix.plugins.pages: 1.6.3 -> 1.6.4

https://github.com/pretix/pretix-pages/compare/v1.6.3...v1.6.4

Fixes: CVE-2026-57534
(cherry picked from commit a0a8146f2d)
This commit is contained in:
Martin Weinelt 2026-06-25 21:02:40 +02:00
commit 0b4240de33
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pretix-pages";
version = "1.6.3";
version = "1.6.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-pages";
rev = "v${version}";
hash = "sha256-ZM38zHlFB5013PvoJwm7YC5/wHg2GZWmrhvreXuqNc8=";
hash = "sha256-whpO8aE0VUSrByf3P0JaIoruYbJi8wj4nZo/2tx+XLU=";
};
build-system = [