Skip to content

Commit 86c59b5

Browse files
authored
Merge pull request #334711 from r-ryantm/auto-update/python312Packages.knx-frontend
python312Packages.knx-frontend: 2024.8.6.211307 -> 2024.8.9.225351
2 parents 9ad4496 + c7b0a53 commit 86c59b5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/knx-frontend

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/knx-frontend/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
buildPythonPackage rec {
99
pname = "knx-frontend";
10-
version = "2024.8.6.211307";
10+
version = "2024.8.9.225351";
1111
format = "pyproject";
1212

1313
# TODO: source build, uses yarn.lock
1414
src = fetchPypi {
1515
pname = "knx_frontend";
1616
inherit version;
17-
hash = "sha256-WHZW3EXsLrbQZgmDRJK0yFUPgY2B9UgNfvenXHh2z9g=";
17+
hash = "sha256-ZxEcGXSsdBZQAcwsXI7K/bmxw8+DFQc+aBbgaIfTQgU=";
1818
};
1919

2020
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)