Commit cddc4aa7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.oelint-parser: 8.2.4 -> 8.4.2

parent b772b816
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.4";
  version = "8.4.2";
  pyproject = true;

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

  pythonRelaxDeps = [ "regex" ];