Skip to content

Commit aa9f8a2

Browse files
authored
home-assistant: stubs and pytest-extension update (#406039)
2 parents 7765172 + b8ba18f commit aa9f8a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/servers/home-assistant/pytest-homeassistant-custom-component.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pytest-homeassistant-custom-component";
21-
version = "0.13.243";
21+
version = "0.13.244";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.13";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "MatthewFlamm";
2828
repo = "pytest-homeassistant-custom-component";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-Y3+W+tS585N7+xikwhEdyn8mX19h/Udz1Uf6Ixw8OVo=";
30+
hash = "sha256-jYKPkhOKxi3Ue4Q/FHaBn/3p8b1VYsje1/awvOCBDfk=";
3131
};
3232

3333
build-system = [ setuptools ];

pkgs/servers/home-assistant/stubs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "homeassistant-stubs";
13-
version = "2025.5.0";
13+
version = "2025.5.1";
1414
pyproject = true;
1515

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

2525
build-system = [

0 commit comments

Comments
 (0)