Skip to content

Commit b8ea402

Browse files
committed
python3Packages.knx-frontend: 2025.4.1.91934 -> 2025.6.13.181749
1 parent 376a91e commit b8ea402

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.4.1.91934";
10+
version = "2025.6.13.181749";
1111
pyproject = true;
1212

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

2020
build-system = [ setuptools ];

0 commit comments

Comments
 (0)