python3Packages.matter-ble-proxy: 1.0.0 -> 1.2.2 (#534638)

This commit is contained in:
Martin Weinelt
2026-07-15 22:43:24 +00:00
committed by GitHub

View File

@@ -13,7 +13,7 @@
buildPythonPackage (finalAttrs: {
pname = "matter-ble-proxy";
version = "1.0.0";
version = "1.2.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage (finalAttrs: {
owner = "matter-js";
repo = "matterjs-server";
tag = "v${finalAttrs.version}";
hash = "sha256-c/jhQfenRgE0qHisGM1TOtqWjDy/RcwGa04RE0FzR/U=";
hash = "sha256-7dNocUAfRAvK3bdU0gK5ADZ2EhVPn6W5rX96T2gSYqM=";
};
sourceRoot = "${finalAttrs.src.name}/python_ble_proxy";