pretalx.plugins.pages: 1.4.0 -> 1.5.0

https://github.com/pretalx/pretalx-pages/compare/v1.4.0...v1.5.0
This commit is contained in:
Martin Weinelt
2024-08-06 19:54:04 +02:00
parent d2b7130a8e
commit d17feedef7
+2 -2
View File
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pretalx-pages";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pretalx";
repo = "pretalx-pages";
rev = "v${version}";
hash = "sha256-Wzd3uf+mdoyeMCZ4ZYcPLGqlUWCqSL02eeKRubTiH00=";
hash = "sha256-wLMl+2hAJQksCyeBnXxMIFh1/Qkosm7PqByW6QxMsyg=";
};
build-system = [ setuptools ];