pretix.plugins.zugferd: 2.6.0 -> 2.6.1

https://github.com/pretix/pretix-zugferd/compare/v2.6.0...v2.6.1
This commit is contained in:
Martin Weinelt
2025-11-27 16:08:53 +01:00
parent e48defa0f9
commit 5fb14f00f0
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.6.0";
version = "2.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-yBlbHhiA+Tk1IHnFqYxu0hrQHWQP8LrLHgzu9+OHyN4=";
hash = "sha256-nLpzNx/k1pJsYgMBhMkEOKfHmB46/AOzxB59cYkrGUU=";
};
postPatch = ''