We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4fe49 commit 1dccdf6Copy full SHA for 1dccdf6
pkgs/servers/home-assistant/stubs.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "homeassistant-stubs";
13
- version = "2025.9.0";
+ version = "2025.9.1";
14
pyproject = true;
15
16
disabled = python.version != home-assistant.python.version;
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "KapJI";
20
repo = "homeassistant-stubs";
21
tag = version;
22
- hash = "sha256-QInUUbpTofpqldXPxyYv7JbUoGosLRvXfjSsF36tInc=";
+ hash = "sha256-EQQsnHlGlmbSDrCZQold0LY2N7m7zOL3X9E9gSO0bPA=";
23
};
24
25
build-system = [
0 commit comments