home-assistant.frontend: 20260107.2 -> 20260128.6

Changelog: https://github.com/home-assistant/frontend/releases/tag/20260128.6
This commit is contained in:
Robert Schütz
2026-02-04 11:50:20 -08:00
parent 0ac560fa39
commit 454dfba8b8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ buildPythonPackage rec {
# the frontend version corresponding to a specific home-assistant version can be found here
# https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
pname = "home-assistant-frontend";
version = "20260107.2";
version = "20260128.6";
format = "wheel";
src = fetchPypi {
@@ -17,7 +17,7 @@ buildPythonPackage rec {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-NPgtoNS4HgCBhRfHHJ835I5IvOCAggCnR81ieH/ItI0=";
hash = "sha256-H9MHB4uVhKfPo9zi5XRDl1IjyUWKeXr3lSU8PEcm/7s=";
};
# there is nothing to strip in this package
+1 -1
View File
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "home-assistant-intents";
version = "2026.1.6";
version = "2026.2.3";
pyproject = true;
src = fetchFromGitHub {