home-assistant.frontend: 20260429.3 -> 20260429.4

Changelog: https://github.com/home-assistant/frontend/releases/tag/20260429.4
This commit is contained in:
Robert Schütz
2026-05-16 20:47:56 +02:00
committed by Martin Weinelt
parent e4b123d805
commit 5129d1ffce
+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 = "20260429.3";
version = "20260429.4";
format = "wheel";
src = fetchPypi {
@@ -17,7 +17,7 @@ buildPythonPackage (finalAttrs: {
pname = "home_assistant_frontend";
dist = "py3";
python = "py3";
hash = "sha256-P4UMMscDsoX1Cdki0pKkZCcv5qQUKTIk9qVt3ZirQts=";
hash = "sha256-fXoz0pQSGkJWtematid3JNVN2sHWckNXAo/BcTAKpOM=";
};
# there is nothing to strip in this package