We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376a91e commit b8ea402Copy full SHA for b8ea402
pkgs/development/python-modules/knx-frontend/default.nix
@@ -7,14 +7,14 @@
7
8
buildPythonPackage rec {
9
pname = "knx-frontend";
10
- version = "2025.4.1.91934";
+ version = "2025.6.13.181749";
11
pyproject = true;
12
13
# TODO: source build, uses yarn.lock
14
src = fetchPypi {
15
pname = "knx_frontend";
16
inherit version;
17
- hash = "sha256-C2JPIDBQcOhSO3sGZRjdNhYSreYXoCxXIX4BTSgPFuQ=";
+ hash = "sha256-ERSVE88D9Hw1Ixh3f2cfP4fq54clam1KKvG2Hj/Hizk=";
18
};
19
20
build-system = [ setuptools ];
0 commit comments