python3Packages.knx-frontend: 2025.8.21.181525 -> 2025.8.24.205840

This commit is contained in:
R. Ryantm
2025-09-04 01:44:39 +00:00
parent e9445898e1
commit f49031114f
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.8.21.181525";
version = "2025.8.24.205840";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-LWLkQBUpICLeRxyCNerDJTcOCLMGFDL/9Bap/8mbLVM=";
hash = "sha256-rwRn/2B9EoK2FppSVinx/I6d/Je1cI89gbmAztqY7xE=";
};
build-system = [ setuptools ];