Unverified Commit e9bf43a2 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

oelint-adv: 7.2.6 -> 8.1.2 (#383861)

parents 99420d7d 54c0bcc9
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 = "7.2.6";
  version = "8.1.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "priv-kweihmann";
    repo = "oelint-adv";
    tag = version;
    hash = "sha256-QNTC8jO6RjHNaHVNSqAoM1xAhYc35G5A7D0yfwmd6+U=";
    hash = "sha256-ucQGXb2dqXQhf2m8TcUPQznfwBrtK7zc6DSajF/GQxU=";
  };

  postPatch = ''