python3Packages.pylint-odoo: 10.0.0 -> 10.0.1 (#494885)

This commit is contained in:
Nick Cao
2026-02-27 22:01:11 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
pname = "pylint-odoo";
version = "10.0.0";
version = "10.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "OCA";
repo = "pylint-odoo";
tag = "v${version}";
hash = "sha256-6frC74nTM+J9O05oFGXFfyu5ol2jTzcBdH4zHgMT2u0=";
hash = "sha256-GMKgWPiX2e3WE2rW0XikRRsLhmz6u8EythB1wRakQnc=";
};
pythonRelaxDeps = [