pretix.plugins.servicefees: 1.14.0 -> 1.14.1

https://github.com/pretix/pretix-servicefees/compare/refs/tags/v1.14.0...refs/tags/v1.14.1
This commit is contained in:
Martin Weinelt
2025-06-28 01:52:42 +02:00
parent b51f9d3acb
commit df89e00feb
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pretix-servicefees";
version = "1.14.0";
version = "1.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-servicefees";
tag = "v${version}";
hash = "sha256-PsVItCBFJ4dRdRY2jKJ7aErYx/bhxKQtDsiJbyXsNKk=";
hash = "sha256-iceFpmuWlq4LnZpG57d4Fwx9bXJDGwx+ox58s8oxupU=";
};
build-system = [