python3Packages.knx-frontend: 2026.6.23.203726 -> 2026.7.8.100603

This commit is contained in:
R. Ryantm
2026-07-12 06:12:16 +00:00
parent dd93798a29
commit 6aa012a631
@@ -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 ];