pretix.plugins.pages: 1.6.2 -> 1.6.3

https://github.com/pretix/pretix-pages/compare/v1.6.2...v1.6.3
This commit is contained in:
Martin Weinelt
2024-11-27 18:49:42 +01:00
parent cbc54468f2
commit 91372ed989
+2 -2
View File
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretix-pages";
version = "1.6.2";
version = "1.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "pretix";
repo = "pretix-pages";
rev = "v${version}";
hash = "sha256-0pTFGCgtt/JGviTLsZFwgx93TD8ArLwZGfWoSYv5XuY=";
hash = "sha256-ZM38zHlFB5013PvoJwm7YC5/wHg2GZWmrhvreXuqNc8=";
};
build-system = [