Skip to content

Commit bdde94f

Browse files
authored
python312Packages.knx-frontend: 2025.3.8.214559 -> 2025.4.1.91934 (#399520)
https://github.com/XKNX/knx-frontend/releases/tag/2025.4.1.91934
1 parent 7328452 commit bdde94f

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 = "2025.3.8.214559";
10+
version = "2025.4.1.91934";
1111
pyproject = true;
1212

1313
# TODO: source build, uses yarn.lock
1414
src = fetchPypi {
1515
pname = "knx_frontend";
1616
inherit version;
17-
hash = "sha256-ExAQPrvK6lQ+tmsgNNAvbsVWGuZyqjRecL/5fW0dLgY=";
17+
hash = "sha256-C2JPIDBQcOhSO3sGZRjdNhYSreYXoCxXIX4BTSgPFuQ=";
1818
};
1919

2020
build-system = [ setuptools ];

0 commit comments

Comments
 (0)