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

python3Packages.oelint-parser: 8.2.2 -> 8.2.4 (#430182)

parents d0816157 0cfc9697
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.2.2";
  version = "8.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-KrN7xJhb2EWRBxzl6GY+kW86oLVnzxdLYRSS9F9F/EY=";
    hash = "sha256-MFbDK/uahH4ZNRY3f8vW0uMFC2frlYtqVOZHT3NwA30=";
  };

  pythonRelaxDeps = [ "regex" ];