python3Packages.knx-frontend: 2026.1.28.162006 -> 2026.2.13.222258

This commit is contained in:
R. Ryantm
2026-02-17 22:04:26 +00:00
parent 65a6a3bc52
commit d9fe2b2a00
@@ -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 ];