Skip to content

Commit 9a4b0e6

Browse files
authored
home-assistant: update typing stubs and pytest component runner (#381722)
2 parents 2ff53fe + 42cf296 commit 9a4b0e6

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.210";
21+
version = "0.13.213";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "MatthewFlamm";
2828
repo = "pytest-homeassistant-custom-component";
2929
rev = "refs/tags/${version}";
30-
hash = "sha256-SQCxuMmLYfZ1xzaIko5VJiKtu8LqzJIW4Rk8ze/VSEg=";
30+
hash = "sha256-mYdG3LFjkm7vkQTLW/5kRe/Yrflq1jZGgQRiIuIqJYg=";
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.2.1";
13+
version = "2025.2.3";
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
rev = "refs/tags/${version}";
22-
hash = "sha256-Lw+eItDQX77jKIE9/9S0C9khzR+HMHFPGvPpzRHwrZw=";
22+
hash = "sha256-bb9LAgra8AVqoNsyL95wrOt9JXMPnT7FxwU1+JLKw5c=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)