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

oelint-adv: 8.2.1 -> 8.2.2

parent c65a2a6c
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.2.1";
  version = "8.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-adv";
    tag = version;
    hash = "sha256-JMQqh3bNyG1m001D9v8Gt870bioqduDfpaQFwE5INRQ=";
    hash = "sha256-W8W+hNgRVxBVkEDyKtFVx2mCyvbMA4CPjR1NrehClJs=";
  };

  postPatch = ''