pretix.plugins.zugferd: 2.2.1 -> 2.2.2

https://github.com/pretix/pretix-zugferd/compare/v2.2.1...v2.2.2
This commit is contained in:
Martin Weinelt
2024-11-27 18:49:42 +01:00
parent 91372ed989
commit c4d74a525c
+2 -2
View File
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-AJbrx1n32YAZnJGYX67qqaEnOeegYfSUEekvQnmjt+0=";
hash = "sha256-urf5HrC3Y64hH+U738t9fchoeR2sawlJAQoLFtwebA4=";
};
postPatch = ''