Unverified Commit c0bb3011 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

oelint-adv: 8.1.4 -> 8.2.0 (#428751)

parents cb706c6c 1692fdd9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "oelint-adv";
  version = "8.1.4";
  version = "8.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-adv";
    tag = version;
    hash = "sha256-Ld8PwAWKH1BQTvmIev5e6ZI1xOaaopunKJkTgAFUipI=";
    hash = "sha256-K1MUf9QDDBuIuVovyXYkHPK4eoth4wdFnzjuFpZFBLc=";
  };

  postPatch = ''