Unverified Commit 7d514e2d authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.knx-frontend: 2025.10.17.202411 -> 2025.10.26.81530 (#457164)

parents 5cfa2a2c 63773f99
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.17.202411";
  version = "2025.10.26.81530";
  pyproject = true;

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

  build-system = [ setuptools ];