python3Packages.knx-frontend: 2025.10.31.195356 -> 2025.12.25.200238 (#472593)

This commit is contained in:
Martin Weinelt
2025-12-26 18:32:21 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.10.31.195356";
version = "2025.12.25.200238";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-m490gincBGm5qN1ndVfw8HZYnIh9RNLHQkW6w4duTTE=";
hash = "sha256-xE54xdF/+6Un8VmdqBoqYopngIafEwU5IdtkOyxbuFI=";
};
build-system = [ setuptools ];