python3Packages.pylint-odoo: 9.3.18 -> 9.3.21 (#452072)

This commit is contained in:
Yohann Boniface
2025-10-15 11:26:53 +00:00
committed by GitHub

View File

@@ -8,14 +8,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylint-odoo"; pname = "pylint-odoo";
version = "9.3.18"; version = "9.3.21";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "OCA"; owner = "OCA";
repo = "pylint-odoo"; repo = "pylint-odoo";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-8nrAwjfz28INoLD4xuQ/R5lYodZjw/PqBdZAF+wBXN0="; hash = "sha256-qNZHk8bl1mxaLzS55oV29iKGDfIKumQgME1V9PIx4vQ=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [