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

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

parents 42cb7bb3 54892f54
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.18";
  version = "9.3.21";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "OCA";
    repo = "pylint-odoo";
    tag = "v${version}";
    hash = "sha256-8nrAwjfz28INoLD4xuQ/R5lYodZjw/PqBdZAF+wBXN0=";
    hash = "sha256-qNZHk8bl1mxaLzS55oV29iKGDfIKumQgME1V9PIx4vQ=";
  };

  pythonRelaxDeps = [