Unverified Commit 148ce17e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.knx-frontend: 2026.4.22.141111 -> 2026.4.30.60856 (#516102)

parents e2aae6df af8a3925
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "knx-frontend";
  version = "2026.4.22.141111";
  version = "2026.4.30.60856";
  pyproject = true;

  # TODO: source build, uses yarn.lock
  src = fetchPypi {
    pname = "knx_frontend";
    inherit version;
    hash = "sha256-2gzQETX2YayiahCGw9sSS6mCo5DmApBZB54ISQBm43M=";
    hash = "sha256-ZviZoQY0ZlIgiiEKwsOpTRVoi8F1JPE1RqD8Nzozpr4=";
  };

  build-system = [ setuptools ];