pretix.plugins.zugferd: 2.4.2 -> 2.5.0

https://github.com/pretix/pretix-zugferd/compare/v2.4.2...v2.5.0
This commit is contained in:
Martin Weinelt
2025-10-01 03:24:49 +02:00
parent c22f55b78f
commit 1e4697e904

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.4.2";
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-ARTQjd78lkcs16cULAaudMtW1DmDKGf3gNBQZIHCQ1E=";
hash = "sha256-Qy/yfinj5EGjzhJmiczOSIP/GsTZabFt8e6Ki4AaN6w=";
};
postPatch = ''