python3Packages.knx-frontend: 2025.4.1.91934 -> 2025.6.13.181749 (#416301)

https://github.com/XKNX/knx-frontend/releases/tag/2025.6.2.180732
https://github.com/XKNX/knx-frontend/releases/tag/2025.6.13.181749
This commit is contained in:
R. RyanTM
2025-07-02 10:45:49 +02:00
committed by GitHub
parent c1e61be472
commit ccd2931ed4
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.4.1.91934";
version = "2025.6.13.181749";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-C2JPIDBQcOhSO3sGZRjdNhYSreYXoCxXIX4BTSgPFuQ=";
hash = "sha256-ERSVE88D9Hw1Ixh3f2cfP4fq54clam1KKvG2Hj/Hizk=";
};
build-system = [ setuptools ];