Skip to content

Commit 1dccdf6

Browse files
committed
python3Packages.homeassistant-stubs: 2025.9.0 -> 2025.9.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.9.1
1 parent 7d4fe49 commit 1dccdf6

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.9.0";
13+
version = "2025.9.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-QInUUbpTofpqldXPxyYv7JbUoGosLRvXfjSsF36tInc=";
22+
hash = "sha256-EQQsnHlGlmbSDrCZQold0LY2N7m7zOL3X9E9gSO0bPA=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)