python312Packages.knx-frontend: 2024.9.4.64538 -> 2024.9.10.221729 (#341946)

This commit is contained in:
Martin Weinelt 2024-09-15 03:58:51 +02:00 committed by GitHub
commit 9299cdf978
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.4.64538";
version = "2024.9.10.221729";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-xOBo6y2yT5MNIzyJ8SVVndHrM+Ol/GZXLC/nAwqXY2M=";
hash = "sha256-Imv4DcQCdT5iHIsDtxzLRwTWQqRgR4ASx/kdkmIbK6o=";
};
build-system = [ setuptools ];