Skip to content

Commit aff16a2

Browse files
committed
python313Packages.homeassistant-stubs: 2025.2.1 -> 2025.2.3
https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.2.3
1 parent ae88fbb commit aff16a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)