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 b86b869 commit 4c488e0Copy full SHA for 4c488e0
pkgs/servers/home-assistant/stubs.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "homeassistant-stubs";
13
- version = "2025.1.1";
+ version = "2025.1.2";
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
rev = "refs/tags/${version}";
22
- hash = "sha256-9z8HX9zNzRfMTWJiHwbCpOAmYF9yfHsM/FR9siB7D/E=";
+ hash = "sha256-35JzLlzx7+zQ6/RLqNwlqfAKAZ/axPa7lwFc6xtQbzQ=";
23
};
24
25
build-system = [
0 commit comments