0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

python312Packages.knx-frontend: 2025.1.30.194235 -> 2025.3.8.214559 (#390597)

https://github.com/XKNX/knx-frontend/releases/tag/2025.3.8.214559
This commit is contained in:
R. RyanTM 2025-03-18 01:53:04 +10:00 committed by GitHub
parent 24b80f09e6
commit 29b8c9dcfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "knx-frontend";
version = "2025.1.30.194235";
version = "2025.3.8.214559";
pyproject = true;
# TODO: source build, uses yarn.lock
src = fetchPypi {
pname = "knx_frontend";
inherit version;
hash = "sha256-P3KUpmltw7xX/6xq9RMFlP8UMDp2/ynvVCkK3rvwzk0=";
hash = "sha256-ExAQPrvK6lQ+tmsgNNAvbsVWGuZyqjRecL/5fW0dLgY=";
};
build-system = [ setuptools ];