pretix.plugins.mollie: 2.5.4 -> 2.5.5

https://github.com/pretix/pretix-mollie/compare/v2.5.4...v2.5.5
This commit is contained in:
Martin Weinelt 2026-05-28 01:54:45 +02:00
commit aa6cc97146
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.4";
version = "2.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-mollie";
tag = "v${version}";
hash = "sha256-lDICcpO8Qod++eM2okq4CJirIBM18zYnbM6Bbwb9e34=";
hash = "sha256-EqitdAoTm6mpXp8g2HftvxRbg+6gXxR7xUsC+aYfv8U=";
};
build-system = [