Unverified Commit aa9f8a29 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant: stubs and pytest-extension update (#406039)

parents 77651729 b8ba18fe
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.243";
  version = "0.13.244";
  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-Y3+W+tS585N7+xikwhEdyn8mX19h/Udz1Uf6Ixw8OVo=";
    hash = "sha256-jYKPkhOKxi3Ue4Q/FHaBn/3p8b1VYsje1/awvOCBDfk=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "homeassistant-stubs";
  version = "2025.5.0";
  version = "2025.5.1";
  pyproject = true;

  disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "KapJI";
    repo = "homeassistant-stubs";
    tag = version;
    hash = "sha256-90rtXrTCYlply34iDRKkS8Wtx88NRK0eQBLtb4odRHo=";
    hash = "sha256-esKI8bqTI2ov5i0vrUDTjCPWKp7PG/Pay/lvYbvMQkU=";
  };

  build-system = [