File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/aiohasupervisor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage rec {
1919 pname = "aiohasupervisor" ;
20- version = "0.1.0b0 " ;
20+ version = "0.1.0b1 " ;
2121 pyproject = true ;
2222
2323 disabled = pythonOlder "3.12" ;
2424
2525 src = fetchPypi {
2626 inherit pname version ;
27- hash = "sha256-ocvNDLZ6h4PincCHhZfKEsIvQH0LScAsY3zrfDsXWHI =" ;
27+ hash = "sha256-INpyN5jdXOzTC6t18PvbkbDM7n4Y4rejb08UfyJyFSk =" ;
2828 } ;
2929
3030 postPatch = ''
@@ -57,7 +57,7 @@ buildPythonPackage rec {
5757
5858 meta = {
5959 description = "Client for Home Assistant Supervisor" ;
60- homepage = "https://pypi.org/project/aiohasupervisor/ " ;
60+ homepage = "https://github.com/home-assistant-libs/python-supervisor-client " ;
6161 license = lib . licenses . asl20 ;
6262 maintainers = with lib . maintainers ; [ fab ] ;
6363 } ;
You can’t perform that action at this time.
0 commit comments