Unverified Commit e57ba85b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 76fb109b 035987c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [