Unverified Commit 035135ab authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

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

oelint-adv: 3.26.1 -> 3.26.2
parents b65f481f 92e191bf
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.1";
  version = "3.26.2";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "oelint_adv";
    hash = "sha256-xQC3y9YeY8o4L4pLV+nLs1Ao8KH6q1BprwTeUm8f+2w=";
    hash = "sha256-tR4CB4i91XHoyFtZH1LsDxVI791v0LCtvCd28Ahlxlc=";
  };

  propagatedBuildInputs = with python3.pkgs; [