python312Packages.knx-frontend: 2024.9.10.221729 -> 2024.11.16.205004 (#356640)

This commit is contained in:
Pol Dellaiera 2024-11-17 21:20:33 +01:00 committed by GitHub
commit 317ada1a4b
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 = "2024.9.10.221729";
version = "2024.11.16.205004";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-Imv4DcQCdT5iHIsDtxzLRwTWQqRgR4ASx/kdkmIbK6o=";
hash = "sha256-CsKtCTLsBpW3IMTdT8YBsnWLBt/huZGejyyBmusT6zc=";
};
build-system = [ setuptools ];