python313Packages.aiohasupervisor: 0.3.3b0 -> 0.3.3
Diff: https://github.com/home-assistant-libs/python-supervisor-client/compare/0.3.3b0...0.3.3 Changelog: https://github.com/home-assistant-libs/python-supervisor-client/releases/tag/0.3.3
This commit is contained in:
committed by
Martin Weinelt
parent
fe32de8c90
commit
6129849405
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user