Skip to content

Commit a178240

Browse files
authored
python312Packages.aiohasupervisor: 0.1.0b0 -> 0.1.0b1 (#343132)
2 parents 1467993 + 9f6d523 commit a178240

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/aiohasupervisor

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/aiohasupervisor/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage 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
};

0 commit comments

Comments
 (0)