Skip to content

Commit 1232792

Browse files
committed
python312Packages.homeassistant-stubs: 2024.9.0 -> 2024.9.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.1
1 parent be32790 commit 1232792

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.9.0";
11+
version = "2024.9.1";
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-8t8r0CjiMvu73A+NtwF6/KMm+LkvMc/k4d1YPgWzWt8=";
20+
hash = "sha256-snYfeMKZhQWJx3hi7cvY9tswmPxmtiPHz4S8IM31DvU=";
2121
};
2222

2323
build-system = [

0 commit comments

Comments
 (0)