Skip to content

Commit 414be22

Browse files
authored
Merge pull request #336156 from r-ryantm/auto-update/python312Packages.homeassistant-stubs
python312Packages.homeassistant-stubs: 2024.8.1 -> 2024.8.2
2 parents b93de27 + ad93838 commit 414be22

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
@@ -8,7 +8,7 @@
88

99
buildPythonPackage rec {
1010
pname = "homeassistant-stubs";
11-
version = "2024.8.1";
11+
version = "2024.8.2";
1212
pyproject = true;
1313

1414
disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "KapJI";
1818
repo = "homeassistant-stubs";
1919
rev = "refs/tags/${version}";
20-
hash = "sha256-/zhTPS3x1SSMAfxhUo+IzvuHBrSCnezw8YxgJc0adTU=";
20+
hash = "sha256-ey1fglgyD7peGdBBD9fO9BWN48u+C+hYmTyh84FwYMY=";
2121
};
2222

2323
build-system = [

0 commit comments

Comments
 (0)