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

python312Packages.knx-frontend: 2024.11.16.205004 -> 2024.12.26.233449 (#369341)

parents 2e6f322f a8f727fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "knx-frontend";
  version = "2024.11.16.205004";
  version = "2024.12.26.233449";
  pyproject = true;

  # TODO: source build, uses yarn.lock
  src = fetchPypi {
    pname = "knx_frontend";
    inherit version;
    hash = "sha256-CsKtCTLsBpW3IMTdT8YBsnWLBt/huZGejyyBmusT6zc=";
    hash = "sha256-PlV1CFUtKdUMXnnyeil6c+N7VBmsjmOSs8uYziGrZ9s=";
  };

  build-system = [ setuptools ];