python3Packages.aiohasupervisor: 0.3.2 -> 0.3.3b0

Diff: https://github.com/home-assistant-libs/python-supervisor-client/compare/0.3.2...0.3.3b0

Changelog: https://github.com/home-assistant-libs/python-supervisor-client/releases/tag/0.3.3b0

Changed files
+2 -2
pkgs
development
python-modules
aiohasupervisor
+2 -2
pkgs/development/python-modules/aiohasupervisor/default.nix
···
buildPythonPackage rec {
pname = "aiohasupervisor";
-
version = "0.3.2";
+
version = "0.3.3b0";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "home-assistant-libs";
repo = "python-supervisor-client";
tag = version;
-
hash = "sha256-LR3ZZD7TLpvCGVSx27tSxa7H2A06JBPBCH2yHGvqV84=";
+
hash = "sha256-Uv9chL9GxP5vJu1P6RB7B2b0pRQMeNtE6t1XFr2tBI4=";
};
postPatch = ''