Unverified Commit 86b9cd5b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.260 -> 0.13.261

parent 2838147d
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.260";
  version = "0.13.261";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "MatthewFlamm";
    repo = "pytest-homeassistant-custom-component";
    rev = "refs/tags/${version}";
    hash = "sha256-WiZxfbJLdWf0iPXu/EZIZ+IurL5fk4AxwTcxHKj79Co=";
    hash = "sha256-23qNOWz04uEPg2SHsdERVcFuYoVK16lznWYm8R1fJXc=";
  };

  build-system = [ setuptools ];