python3Packages.pylint-plugin-utils: 0.8.2 -> 0.9.0

R. Ryantm 002ef966 dbfdaa1a

+2 -2
+2 -2
pkgs/development/python-modules/pylint-plugin-utils/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pylint-plugin-utils"; 14 - version = "0.8.2"; 14 + version = "0.9.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "PyCQA"; 21 21 repo = "pylint-plugin-utils"; 22 22 tag = version; 23 - hash = "sha256-xuPU1txfB+6+zJjtlfvNA950S5n7/PWPPFn1F3RtvCc="; 23 + hash = "sha256-8C6vJDu60uSb6G0kvwiO0RAY9dU0yf955mAJAKhIkaQ="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ poetry-core ];