Unverified Commit 2b8be0c8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.oelint-parser: 8.1.1 -> 8.2.2 (#425496)

parents 122aa3b3 9bb0048b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "oelint-parser";
  version = "8.1.1";
  version = "8.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-XjKtZky/i6KxS81tMbEsSe/caQ/GsEXEGO3pt6uEBq8=";
    hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY=";
  };

  pythonRelaxDeps = [ "regex" ];