Unverified Commit 303c7b25 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pylint-odoo: 10.0.1 -> 10.0.2 (#500224)

parents ed81cf5f fb02b2bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
buildPythonPackage rec {
  pname = "pylint-odoo";
  version = "10.0.1";
  version = "10.0.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "OCA";
    repo = "pylint-odoo";
    tag = "v${version}";
    hash = "sha256-GMKgWPiX2e3WE2rW0XikRRsLhmz6u8EythB1wRakQnc=";
    hash = "sha256-n89yO3bSYKrc9DCZGOxFQxtK0rzsE9wVJwhdIDedULk=";
  };

  pythonRelaxDeps = [