ha-mcp: 7.4.1 -> 7.7.0 (#530854)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-12 18:42:37 +00:00
committed by GitHub
+3 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ha-mcp";
version = "7.4.1";
version = "7.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "homeassistant-ai";
repo = "ha-mcp";
tag = "v${finalAttrs.version}";
hash = "sha256-F13BoZinPnv+tlkiVnG7iAkr2JdEbFE0RIEgmHa/yq4=";
hash = "sha256-Gp4C3SRNkgv9GfLkVx/VCMp4/kCORHsp87IHcCaCPKk=";
};
build-system = with python3Packages; [
@@ -30,6 +30,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
fastmcp
httpx
pydantic
pydantic-monty
python-dotenv
truststore
websockets