python312Packages.knx-frontend: 2025.3.8.214559 -> 2025.4.1.91934 (#399520)

https://github.com/XKNX/knx-frontend/releases/tag/2025.4.1.91934
This commit is contained in:
R. RyanTM 2025-04-18 03:14:15 +10:00 committed by GitHub
parent 7328452e32
commit bdde94f90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.3.8.214559";
version = "2025.4.1.91934";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-ExAQPrvK6lQ+tmsgNNAvbsVWGuZyqjRecL/5fW0dLgY=";
hash = "sha256-C2JPIDBQcOhSO3sGZRjdNhYSreYXoCxXIX4BTSgPFuQ=";
};
build-system = [ setuptools ];