python312Packages.pylint-django: 2.5.4 -> 2.6.0

This commit is contained in:
R. Ryantm
2024-10-10 04:18:41 +00:00
parent 9ee9cac888
commit 8b2b7db6d4
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylint-django";
version = "2.5.4";
version = "2.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "pylint-django";
rev = "refs/tags/v${version}";
hash = "sha256-MNgu3LvFoohXA+JzUiHIaYFw0ssEe+H5T8Ea56LcGuI=";
hash = "sha256-Rnty8ryKd5PxFFVYcvB8p9VS3qlHCprxR8+/ySY5qC8=";
};
nativeBuildInputs = [ poetry-core ];