python3Packages.knx-frontend: 2026.4.30.60856 -> 2026.6.1.213802
https://github.com/XKNX/knx-frontend/releases/tag/2026.6.1.213802
This commit is contained in:
committed by
Robert Schütz
parent
966e1c63ec
commit
288d414c66
@@ -5,16 +5,16 @@
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "knx-frontend";
|
||||
version = "2026.4.30.60856";
|
||||
version = "2026.6.1.213802";
|
||||
pyproject = true;
|
||||
|
||||
# TODO: source build, uses yarn.lock
|
||||
src = fetchPypi {
|
||||
pname = "knx_frontend";
|
||||
inherit version;
|
||||
hash = "sha256-ZviZoQY0ZlIgiiEKwsOpTRVoi8F1JPE1RqD8Nzozpr4=";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-P3a2dPAaowvYzrUit0MAdNPjcTECkE8juMBAapLYtFs=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -25,10 +25,10 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/XKNX/knx-frontend/releases/tag/${version}";
|
||||
changelog = "https://github.com/XKNX/knx-frontend/releases/tag/${finalAttrs.version}";
|
||||
description = "Home Assistant Panel for managing the KNX integration";
|
||||
homepage = "https://github.com/XKNX/knx-frontend";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user