pretix.plugins.zugferd: 2.5.0 -> 2.6.0

https://github.com/pretix/pretix-zugferd/compare/v2.5.0...v2.6.0
This commit is contained in:
Martin Weinelt
2025-10-30 18:55:51 +01:00
parent 511218fa7d
commit 01359dd192
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.5.0";
version = "2.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-Qy/yfinj5EGjzhJmiczOSIP/GsTZabFt8e6Ki4AaN6w=";
hash = "sha256-yBlbHhiA+Tk1IHnFqYxu0hrQHWQP8LrLHgzu9+OHyN4=";
};
postPatch = ''