python312Packages.knx-frontend: 2024.1.20.105944 -> 2024.7.25.204106

This commit is contained in:
R. Ryantm 2024-07-27 04:28:26 +00:00
parent e97c8b67e3
commit af88cd0ba4

View File

@ -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 ];