Commit 1b0899fd authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.knx-frontend: 2025.8.9.63154 -> 2025.8.21.181525

parent f04aaa33
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 ];