python3Packages.knx-frontend: 2026.1.28.162006 -> 2026.2.13.222258 (#491530)

This commit is contained in:
Martin Weinelt
2026-02-17 22:23:44 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2026.1.28.162006";
version = "2026.2.13.222258";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-RbQYL33UtvhnU3EhwPeMTpUcH4c8+tfcp4Hk9uRIFMo=";
hash = "sha256-GypWNCGTzP7LYilVRZ//Eu0P8RjHJ946CzRXl64mISQ=";
};
build-system = [ setuptools ];