Commit 946ac783 authored by R. RyanTM's avatar R. RyanTM
Browse files

oelint-adv: 3.26.12 -> 4.1.0

parent 1dd55694
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "oelint-adv";
  version = "3.26.12";
  version = "4.1.0";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "oelint_adv";
    hash = "sha256-pemFy+MTBE9T/dY93rErlvWCru1TLR7X25/1+GNAFdw=";
    hash = "sha256-odejUprYMdKWrm87oRVuJKwLWEL/XuLfQtfjVKK4VTE=";
  };

  propagatedBuildInputs = with python3.pkgs; [