Commit 6dad5c33 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.knx-frontend: 2025.10.26.81530 -> 2025.10.31.195356

parent bedc5b37
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.10.26.81530";
  version = "2025.10.31.195356";
  pyproject = true;

  # TODO: source build, uses yarn.lock
  src = fetchPypi {
    pname = "knx_frontend";
    inherit version;
    hash = "sha256-8JRiKgltnY8aPlcVP4yr1/z9mJYG0Axr1KnXPK9XgLI=";
    hash = "sha256-m490gincBGm5qN1ndVfw8HZYnIh9RNLHQkW6w4duTTE=";
  };

  build-system = [ setuptools ];