pretalx: pin django-hierarkey at 1.2.1

On production installs this update requires a migration.
This commit is contained in:
Martin Weinelt
2025-08-20 22:28:18 +02:00
parent 1cee0afff4
commit 5e8718c39b
+10 -1
View File
@@ -19,6 +19,16 @@ let
# https://github.com/django-extensions/django-extensions/issues/1885
doCheck = false;
};
django-hierarkey = prev.django-hierarkey.overridePythonAttrs rec {
version = "1.2.1";
src = fetchFromGitHub {
owner = "raphaelm";
repo = "django-hierarkey";
tag = version;
hash = "sha256-GkCNVovo2bDCp6m2GBvusXsaBhcmJkPNu97OdtsYROY=";
};
};
};
};
@@ -89,7 +99,6 @@ python.pkgs.buildPythonApplication rec {
"django-compressor"
"django-csp"
"django-filter"
"django-hierarkey"
"django-i18nfield"
"djangorestframework"
"markdown"