python3Packages.pylint-odoo: 10.0.2 -> 10.0.4 (#535992)

This commit is contained in:
Nick Cao
2026-06-29 20:27:22 +00:00
committed by GitHub
@@ -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 = [