python312Packages.knx-frontend: 2024.11.16.205004 -> 2024.12.26.233449

Changelog: https://github.com/XKNX/knx-frontend/releases/tag/2024.12.26.233449
This commit is contained in:
Fabian Affolter
2024-12-30 11:01:47 +01:00
parent f7c8b09122
commit a8f727fc31
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2024.11.16.205004";
version = "2024.12.26.233449";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-CsKtCTLsBpW3IMTdT8YBsnWLBt/huZGejyyBmusT6zc=";
hash = "sha256-PlV1CFUtKdUMXnnyeil6c+N7VBmsjmOSs8uYziGrZ9s=";
};
build-system = [ setuptools ];