Unverified Commit 31da36f9 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.oelint-parser: 8.2.4 -> 8.4.2 (#441373)

parents 997d0429 cddc4aa7
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" ];