pretix.plugins.pages: 1.6.0 -> 1.6.1

https://github.com/pretix/pretix-pages/compare/v1.6.0...v1.6.1
This commit is contained in:
Martin Weinelt 2024-05-28 01:56:09 +02:00
parent 654aafcce7
commit 00f9b0fa56
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretix-pages";
version = "1.6.0";
version = "1.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-pages";
rev = "v${version}";
hash = "sha256-cO5tAiOifLpqFEQwYgrGoByUecpzvue8YmChpPwm+y0=";
hash = "sha256-u2POt3v0OpjbauDCX8Uclvqd1+jujvVrzUIYrvDv/qI=";
};
build-system = [