Commit 63c6f6b2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.oelint-parser: 8.4.3 -> 8.5.1

parent 4dd008c9
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.4.3";
  version = "8.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = version;
    hash = "sha256-c8lmxjf4DebhQBQxWzapf+xDmJ8kRe0b9CiKMGg7NYk=";
    hash = "sha256-rgMUn0VtebKtO0EOVv3jtvTZKGESUdLwRSfvtetT9UE=";
  };

  pythonRelaxDeps = [ "regex" ];