pretix.plugins.mollie: 2.5.5 -> 2.5.6

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

Fixes: CVE-2026-57536
(cherry picked from commit b9f887622c)
This commit is contained in:
Martin Weinelt 2026-06-25 21:02:55 +02:00
commit 7e6880fb6d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pretix-mollie";
version = "2.5.5";
version = "2.5.6";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-mollie";
tag = "v${version}";
hash = "sha256-EqitdAoTm6mpXp8g2HftvxRbg+6gXxR7xUsC+aYfv8U=";
hash = "sha256-XInwUecuC3sEcRpuS+xa7Gb2Isb18SexbZ2+CcUF7/E=";
};
build-system = [