pretix.plugins.pages: 1.6.1 -> 1.6.2

https://github.com/pretix/pretix-pages/compare/v1.6.1...v1.6.2
This commit is contained in:
Martin Weinelt 2024-10-29 15:15:45 +01:00 committed by Yureka
parent 9cfb6caa7c
commit ae26f91fa4

View File

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