Skip to content

Commit 4c488e0

Browse files
committed
python313Packages.homeassistant-stubs: 2025.1.1 -> 2025.1.2
https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.1.2
1 parent b86b869 commit 4c488e0

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.1.1";
13+
version = "2025.1.2";
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-9z8HX9zNzRfMTWJiHwbCpOAmYF9yfHsM/FR9siB7D/E=";
22+
hash = "sha256-35JzLlzx7+zQ6/RLqNwlqfAKAZ/axPa7lwFc6xtQbzQ=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)