python3Packages.knx-frontend: 2026.6.23.203726 -> 2026.7.8.100603 (#540965)

This commit is contained in:
Masum Reza
2026-07-12 07:52:30 +00:00
committed by GitHub

View File

@@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "knx-frontend";
version = "2026.6.23.203726";
version = "2026.7.8.100603";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit (finalAttrs) version;
hash = "sha256-lbkdw/OmMzwnhy2Z61rVhAi74euwx5M7h21YFZYcR4c=";
hash = "sha256-80yeDZ8a8WDf/NEXjFSkcfpglp9yTnmg+4csFbgdFpM=";
};
build-system = [ setuptools ];