ha-mcp: 7.3.0 -> 7.4.1

This commit is contained in:
R. Ryantm
2026-05-07 23:41:09 +00:00
parent 48a7fb14a7
commit 46cf06ca7c

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "ha-mcp";
version = "7.3.0";
version = "7.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "homeassistant-ai";
repo = "ha-mcp";
tag = "v${finalAttrs.version}";
hash = "sha256-boWqv8lSN/UiqSRhVBgbucX+RC6q14Oa4WzkJPeZzVw=";
hash = "sha256-F13BoZinPnv+tlkiVnG7iAkr2JdEbFE0RIEgmHa/yq4=";
};
build-system = with python3Packages; [