Merge pull request #320378 from mweinelt/hass-stubs-2024.6.3

python312Packages.homeassistant-stubs: 2024.6.2 -> 2024.6.3
This commit is contained in:
Nick Cao
2024-06-18 16:05:43 -04:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "homeassistant-stubs";
version = "2024.6.2";
version = "2024.6.3";
pyproject = true;
disabled = python.version != home-assistant.python.version;
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "KapJI";
repo = "homeassistant-stubs";
rev = "refs/tags/${version}";
hash = "sha256-y1TiexWK5aJRa6Kfcdc8rPr+uueKJ2+4n2q6dCPCWjk=";
hash = "sha256-YMoNoR9LT38nkqoo0seaP88XUOcVmSQN1dBKiW+13SM=";
};
build-system = [