pretix.plugins.zugferd: 2.3.0 -> 2.4.0

https://github.com/pretix/pretix-zugferd/compare/v2.3.0...v2.4.0
This commit is contained in:
Martin Weinelt
2025-02-25 23:45:48 +01:00
parent c8b639835d
commit 382bd9fc3a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-/efhp9B/cw/C3Bok8/E93dOrP9FHfaVZNSwC/j2lNuA=";
hash = "sha256-VtmlgxqV34e3Yu9uTYwJAZoZQ/TQoEJgjHcpqUsxxq8=";
};
postPatch = ''