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

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

oelint-adv: 4.4.1 -> 4.4.4
parents ce44d85f a9992027
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.4.1";
  version = "4.4.4";
  format = "setuptools";

  src = fetchPypi {
    inherit version;
    pname = "oelint_adv";
    hash = "sha256-Yv0GCz0vZTVrnFjHFIl4XF/jbVD4DJ4J6V6+X5IllJ8=";
    hash = "sha256-ELWVQzlC56EYy0op42jKmRsuVnSZfz2fQATWOlhxWbk=";
  };

  propagatedBuildInputs = with python3.pkgs; [