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

python3Packages.knx-frontend: 2025.8.9.63154 -> 2025.8.21.181525 (#436271)

parents 4bdcfb7b 1b0899fd
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.8.9.63154";
  version = "2025.8.21.181525";
  pyproject = true;

  # TODO: source build, uses yarn.lock
  src = fetchPypi {
    pname = "knx_frontend";
    inherit version;
    hash = "sha256-Sphetc0ox0Oh70vNdkHorX0jpvC8bckm1TBKk2QSGPo=";
    hash = "sha256-LWLkQBUpICLeRxyCNerDJTcOCLMGFDL/9Bap/8mbLVM=";
  };

  build-system = [ setuptools ];