python3Packages.pylint-odoo: 10.0.2 -> 10.0.4

This commit is contained in:
R. Ryantm
2026-06-27 10:50:55 +00:00
parent a1e44e83e2
commit dd4a369156
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "10.0.2";
version = "10.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-n89yO3bSYKrc9DCZGOxFQxtK0rzsE9wVJwhdIDedULk=";
hash = "sha256-OVltvmSEsL7F46LlTqJ8PH9BO4iYlFWKFTLv5AcmaVU=";
};
pythonRelaxDeps = [