Unverified Commit 42cf296d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.210 -> 0.13.213

parent aff16a27
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pytest-homeassistant-custom-component";
  version = "0.13.210";
  version = "0.13.213";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "MatthewFlamm";
    repo = "pytest-homeassistant-custom-component";
    rev = "refs/tags/${version}";
    hash = "sha256-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg=";
    hash = "sha256-mYdG3LFjkm7vkQTLW/5kRe/Yrflq1jZGgQRiIuIqJYg=";
  };

  build-system = [ setuptools ];