pretix.plugins.zugferd: 2.4.0 -> 2.4.1

https://github.com/pretix/pretix-zugferd/compare/v2.4.0...v2.4.1
This commit is contained in:
Martin Weinelt
2025-06-28 01:52:42 +02:00
parent df89e00feb
commit f94f7e26fd
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-VtmlgxqV34e3Yu9uTYwJAZoZQ/TQoEJgjHcpqUsxxq8=";
hash = "sha256-GChHhtWYION84hmGZl92FKDvfLjlZ0QWHuTcc9ScWk8=";
};
postPatch = ''