python3Packages.knx-frontend: 2025.10.17.202411 -> 2025.10.26.81530 (#457164)

This commit is contained in:
dotlambda
2025-10-31 17:09:50 +00:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.10.17.202411";
version = "2025.10.26.81530";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-nD56FfraKuT4H/Mqw6o2lP3xP4kHAGof369UJdJeT6w=";
hash = "sha256-8JRiKgltnY8aPlcVP4yr1/z9mJYG0Axr1KnXPK9XgLI=";
};
build-system = [ setuptools ];