python3Packages.pylint-odoo: 10.0.4 -> 10.0.7

This commit is contained in:
R. Ryantm
2026-07-15 01:48:51 +00:00
parent 2c726dc782
commit 3a2943be02
@@ -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 = [