python3Packages.knx-frontend: 2026.4.22.141111 -> 2026.4.30.60856 (#516102)

This commit is contained in:
Martin Weinelt
2026-05-03 13:15:57 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2026.4.22.141111";
version = "2026.4.30.60856";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-2gzQETX2YayiahCGw9sSS6mCo5DmApBZB54ISQBm43M=";
hash = "sha256-ZviZoQY0ZlIgiiEKwsOpTRVoi8F1JPE1RqD8Nzozpr4=";
};
build-system = [ setuptools ];