Unverified Commit 688d0aff authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.oelint-parser: 8.8.1 -> 8.8.2 (#492709)

parents ea958e6b 8ad6986e
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.1";
  version = "8.8.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-parser";
    tag = finalAttrs.version;
    hash = "sha256-r2MleUgfElyUyq/lEoOOJqdxlTkmY1zlgi2RcW70LzI=";
    hash = "sha256-Oy9Mzz5/UUgUyoZFuSgjJhDlOmrqrK5Fc4pBmjxlllw=";
  };

  pythonRelaxDeps = [ "regex" ];