Unverified Commit e465f888 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

python312Packages.oelint-parser: 7.0.0 -> 8.1.0 (#398833)

parents be56da7e f025e8ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "oelint-parser";
  version = "7.0.0";
  version = "8.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-NTMAgAN/YJu8vdk1AV4Ji962MIq4Wf5w+0yryz9cLh4=";
    hash = "sha256-UGRc3pTgWjxqJAjkzL2U3RLPhpM8+KzLowzY/pLdUR0=";
  };

  pythonRelaxDeps = [ "regex" ];