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

python3Packages.knx-frontend: 2025.7.23.50952 -> 2025.8.6.52906 (#431365)

parents da2ebbb1 6b31fb00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "knx-frontend";
  version = "2025.7.23.50952";
  version = "2025.8.6.52906";
  pyproject = true;

  # TODO: source build, uses yarn.lock
  src = fetchPypi {
    pname = "knx_frontend";
    inherit version;
    hash = "sha256-LcYUXJ5K9jl3h7Jbdi/zVVZEMKcQiMz7O+IpBvgvqV0=";
    hash = "sha256-Wmiwj5PL68VH1j5xDhZJyAHBakoG+0SKzCJCcCntT18=";
  };

  build-system = [ setuptools ];