pretix.plugins.mollie: 2.5.6 -> 2.5.7

https://github.com/pretix/pretix-mollie/compare/v2.5.6...v2.5.7

Fixes: CVE-2026-13602
This commit is contained in:
Martin Weinelt
2026-07-01 16:05:04 +02:00
parent 64e10ccdad
commit c87a47c86b
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pretix-mollie";
version = "2.5.6";
version = "2.5.7";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-mollie";
tag = "v${version}";
hash = "sha256-XInwUecuC3sEcRpuS+xa7Gb2Isb18SexbZ2+CcUF7/E=";
hash = "sha256-LApnvohrNiyqRmBIysxR5ZAMy5nZhPts0znirOUsxq0=";
};
build-system = [