Merge pull request #330322 from r-ryantm/auto-update/python312Packages.knx-frontend

python312Packages.knx-frontend: 2024.1.20.105944 -> 2024.7.25.204106
This commit is contained in:
Martin Weinelt
2024-07-27 14:24:05 +02:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2024.1.20.105944";
version = "2024.7.25.204106";
format = "pyproject";
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-5u+BaZjbGpIpQd3k+u5NC099TQuiwGKdE/EoIWny01I=";
hash = "sha256-uy5by/abVeYTLpZM4fh1+3AUxhnkFtzcabf86LnC9SY=";
};
nativeBuildInputs = [ setuptools ];