python312Packages.pylint-django: 2.6.0 -> 2.6.1 (#360074)

This commit is contained in:
Nick Cao 2024-11-29 09:13:21 -05:00 committed by GitHub
commit 2ed1d21df1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylint-django";
version = "2.6.0";
version = "2.6.1";
pyproject = true;
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "pylint-django";
rev = "refs/tags/v${version}";
hash = "sha256-Rnty8ryKd5PxFFVYcvB8p9VS3qlHCprxR8+/ySY5qC8=";
hash = "sha256-9b0Sbo6E036UmUmP/CVPrS9cxxKtkMMZtqJsI53g4sU=";
};
build-system = [ poetry-core ];