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

Merge pull request #291274 from r-ryantm/auto-update/oelint-adv

oelint-adv: 4.3.1 -> 4.4.0
parents 9cd00aae d53ad6a7
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 = "4.3.1";
  version = "4.4.0";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "oelint_adv";
    hash = "sha256-N8QNX6JuHVDKBLwGNwBROH8f+tcLrc1Mk21CiiOVHkI=";
    hash = "sha256-Sg7qn/yZUJEJdMmaGm27kyL+fKkUsZo25eExZPOem40=";
  };

  propagatedBuildInputs = with python3.pkgs; [