python3Packages.pylint-odoo: 10.0.1 -> 10.0.2

This commit is contained in:
R. Ryantm
2026-03-15 21:51:39 +00:00
parent a07d4ce6be
commit fb02b2bc0e
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "10.0.1";
version = "10.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-GMKgWPiX2e3WE2rW0XikRRsLhmz6u8EythB1wRakQnc=";
hash = "sha256-n89yO3bSYKrc9DCZGOxFQxtK0rzsE9wVJwhdIDedULk=";
};
pythonRelaxDeps = [