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 be32790 commit 1232792Copy full SHA for 1232792
pkgs/servers/home-assistant/stubs.nix
@@ -8,7 +8,7 @@
8
9
buildPythonPackage rec {
10
pname = "homeassistant-stubs";
11
- version = "2024.9.0";
+ version = "2024.9.1";
12
pyproject = true;
13
14
disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
17
owner = "KapJI";
18
repo = "homeassistant-stubs";
19
rev = "refs/tags/${version}";
20
- hash = "sha256-8t8r0CjiMvu73A+NtwF6/KMm+LkvMc/k4d1YPgWzWt8=";
+ hash = "sha256-snYfeMKZhQWJx3hi7cvY9tswmPxmtiPHz4S8IM31DvU=";
21
};
22
23
build-system = [
0 commit comments