pretix.plugins.zugferd: 2.2.0 -> 2.2.1

https://github.com/pretix/pretix-zugferd/compare/v2.2.0...v2.2.1
This commit is contained in:
Martin Weinelt
2024-08-29 14:12:24 +02:00
parent 132814bc5a
commit fab2e0a071
+2 -2
View File
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pretix-zugferd";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-zugferd";
rev = "v${version}";
hash = "sha256-ozFDNIA+0feHrHHvxcf+6Jh4L83svmPEE/rerd4Yim8=";
hash = "sha256-AJbrx1n32YAZnJGYX67qqaEnOeegYfSUEekvQnmjt+0=";
};
postPatch = ''