pretix.plugins.zugferd: 2.2.2 -> 2.3.0

https://github.com/pretix/pretix-zugferd/compare/v2.2.2...v2.3.0
This commit is contained in:
Martin Weinelt
2025-02-02 14:22:23 +01:00
parent 7f1052a12c
commit f5d47da873
+2 -2
View File
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.2.2";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-urf5HrC3Y64hH+U738t9fchoeR2sawlJAQoLFtwebA4=";
hash = "sha256-/efhp9B/cw/C3Bok8/E93dOrP9FHfaVZNSwC/j2lNuA=";
};
postPatch = ''