home-assistant.frontend: 20260527.6 -> 20260527.7

Changelog: https://github.com/home-assistant/frontend/releases/tag/20260527.7
This commit is contained in:
Robert Schütz
2026-06-19 14:27:38 -07:00
committed by Martin Weinelt
parent b3da2678f0
commit 6cfc504c8e
+2 -2
View File
@@ -8,7 +8,7 @@ buildPythonPackage (finalAttrs: {
# 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 = "20260527.6";
version = "20260527.7";
format = "wheel";
src = fetchPypi {
@@ -17,7 +17,7 @@ buildPythonPackage (finalAttrs: {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-tvJXB+lFrlDA3eUnE5NPQwXbWn8XGggPJ9I1f9U1ddk=";
hash = "sha256-zYm8K3HJnAkT41S6TmGvj8V8zpt7tb4pRtWCiB9PEXw=";
};
# there is nothing to strip in this package