python3Packages.pylint-odoo: 9.3.15 -> 9.3.18 (#447079)

This commit is contained in:
Yohann Boniface
2025-09-29 10:59:30 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "9.3.15";
version = "9.3.18";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-N/HbsdkObnEC39dewIpFkRX4rn+7aJHua3gz2Bg0aI8=";
hash = "sha256-8nrAwjfz28INoLD4xuQ/R5lYodZjw/PqBdZAF+wBXN0=";
};
pythonRelaxDeps = [