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

python3Packages.oelint-parser: 8.6.0 -> 8.6.1 (#454376)

parents 492fb297 5ce94d31
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.6.0";
  version = "8.6.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-OHyOlqZpevWEhFAa12VDimMT261A9DK+Cx67TDjh7rg=";
    hash = "sha256-lKHtKrR5bjBuqBvfsMAIR3K+ERhITBXzrxAvvYopDiM=";
  };

  pythonRelaxDeps = [ "regex" ];