Fabian Affolter
2025-10-03 08:17:33 +02:00
committed by Martin Weinelt
parent fe32de8c90
commit 6129849405

View File

@@ -17,7 +17,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "aiohasupervisor"; pname = "aiohasupervisor";
version = "0.3.3b0"; version = "0.3.3";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "home-assistant-libs"; owner = "home-assistant-libs";
repo = "python-supervisor-client"; repo = "python-supervisor-client";
tag = version; tag = version;
hash = "sha256-Uv9chL9GxP5vJu1P6RB7B2b0pRQMeNtE6t1XFr2tBI4="; hash = "sha256-v6w+g1M3VR/an3a5MfWf8fDCHNzRC4+05L7GW45PzWU=";
}; };
postPatch = '' postPatch = ''