python3Packages.pylint-odoo: 10.0.4 -> 10.0.7 (#538658)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-15 13:36:57 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "10.0.4";
version = "10.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-OVltvmSEsL7F46LlTqJ8PH9BO4iYlFWKFTLv5AcmaVU=";
hash = "sha256-xwtIaZTQcS/Q96r3nLeIT3e8B5Z4zpipA56GwIIBLLA=";
};
pythonRelaxDeps = [