pretix.plugins.servicefees: 1.14.1 -> 1.15.0

https://github.com/pretix/pretix-servicefees/compare/v1.14.1...v1.15.0
This commit is contained in:
Martin Weinelt
2025-10-01 03:23:52 +02:00
parent 0bdbb8d4d6
commit c22f55b78f
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pretix-servicefees";
version = "1.14.1";
version = "1.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-servicefees";
tag = "v${version}";
hash = "sha256-iceFpmuWlq4LnZpG57d4Fwx9bXJDGwx+ox58s8oxupU=";
hash = "sha256-oxuxlwNYJsuYj5zm2VYRMn8wz3vF92SzGxD8w3N7ZIM=";
};
build-system = [