Merge pull request #237215 from fabaff/knx-frontend-bump

python311Packages.knx-frontend: 2023.5.31.141540 -> 2023.6.9.195839
This commit is contained in:
Fabian Affolter 2023-06-12 07:54:59 +02:00 committed by GitHub
commit 36c00fdcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2023.5.31.141540";
version = "2023.6.9.195839";
format = "pyproject";
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-j0p3PUYnKsyuDaN+nMrIHhxLYhNXVkZQkgsp//ZTsXE=";
hash = "sha256-lShWlrnELpDamXT2OQvQTKOCOODv+iSxJ9pA5tIgxdM=";
};
nativeBuildInputs = [