python3Packages.knx-frontend: 2025.12.30.151231 -> 2026.1.15.112308

https://github.com/XKNX/knx-frontend/releases/tag/2026.1.15.112308
This commit is contained in:
Martin Weinelt
2026-01-17 15:27:23 +01:00
parent 04e8c74b64
commit c8ecaf761f
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.12.30.151231";
version = "2026.1.15.112308";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-3KRufDLB1p+k2pmY9Mivvd2DmxWCZHZSIPhUZImKZIY=";
hash = "sha256-Q+9BUS0A/e0hIBq8J2hRZi/L7LKhf7vSEIFkPI0RMj0=";
};
build-system = [ setuptools ];