python3Packages.pylint-django: 2.6.1 -> 2.6.1-unstable-2025-11-09

Fast-forward for Django 5.2 support.
This commit is contained in:
Martin Weinelt
2025-12-05 14:15:35 +01:00
parent 35f9c62497
commit 794e77e096
@@ -9,21 +9,18 @@
poetry-core,
pylint-plugin-utils,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
pname = "pylint-django";
version = "2.6.1";
version = "2.6.1-unstable-2025-11-09";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "PyCQA";
repo = "pylint-django";
tag = "v${version}";
hash = "sha256-9b0Sbo6E036UmUmP/CVPrS9cxxKtkMMZtqJsI53g4sU=";
rev = "e40d785abbf26af0738c14247fb4ac0aa7265b24";
hash = "sha256-INQSQjubcwQwspaxevXQOF92L2K9WRLMLYsP18Ffhos=";
};
build-system = [ poetry-core ];