Unverified Commit b7f39658 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.oelint-parser: 8.8.2 -> 8.9.0 (#495352)

parents c1a2799b 18b973d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "oelint-parser";
  version = "8.8.2";
  version = "8.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = finalAttrs.version;
    hash = "sha256-Oy9Mzz5/UUgUyoZFuSgjJhDlOmrqrK5Fc4pBmjxlllw=";
    hash = "sha256-STWfz2qdQPOFWmNZJkgGNBDFAeQwEj+g6pZgLJf++ps=";
  };

  pythonRelaxDeps = [ "regex" ];