python3Packages.pylint-odoo: 10.0.7 -> 10.0.8

This commit is contained in:
R. Ryantm
2026-07-24 03:28:05 +00:00
parent e220185ff6
commit e29beaedae

View File

@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "10.0.7";
version = "10.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-xwtIaZTQcS/Q96r3nLeIT3e8B5Z4zpipA56GwIIBLLA=";
hash = "sha256-dCc3jwZOWlwMG0jn1d2rAK4oFQlqTMmvYu9ucR/ORfU=";
};
pythonRelaxDeps = [