pretix.plugins.zugferd: 2.6.1 -> 2.6.2

https://github.com/pretix/pretix-zugferd/compare/v2.6.1...v2.6.2
This commit is contained in:
Martin Weinelt
2026-01-26 22:12:14 +01:00
parent 383258d0f3
commit 92b317414b
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.6.1";
version = "2.6.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-nLpzNx/k1pJsYgMBhMkEOKfHmB46/AOzxB59cYkrGUU=";
hash = "sha256-C2Z/S3lEKmdi6fch/erjPc9evnKc69tBRTInXRgi24E=";
};
postPatch = ''