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.
2 parents 9ad4496 + c7b0a53 commit 86c59b5Copy full SHA for 86c59b5
pkgs/development/python-modules/knx-frontend/default.nix
@@ -7,14 +7,14 @@
7
8
buildPythonPackage rec {
9
pname = "knx-frontend";
10
- version = "2024.8.6.211307";
+ version = "2024.8.9.225351";
11
format = "pyproject";
12
13
# TODO: source build, uses yarn.lock
14
src = fetchPypi {
15
pname = "knx_frontend";
16
inherit version;
17
- hash = "sha256-WHZW3EXsLrbQZgmDRJK0yFUPgY2B9UgNfvenXHh2z9g=";
+ hash = "sha256-ZxEcGXSsdBZQAcwsXI7K/bmxw8+DFQc+aBbgaIfTQgU=";
18
};
19
20
nativeBuildInputs = [ setuptools ];
0 commit comments