python312Packages.aiozoneinfo: 0.1.0 -> 0.2.0

https://github.com/bluetooth-devices/aiozoneinfo/blob/0.2.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-06-21 22:57:31 +02:00
parent 9af283b03e
commit 8f2393b07b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aiozoneinfo";
version = "0.1.0";
version = "0.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "aiozoneinfo";
rev = "refs/tags/v${version}";
hash = "sha256-gsU7dLLnV+KayfFcuhdcNZPk/XZHGhr6WXOQCIJvUHk=";
hash = "sha256-VpdghF2rXoA94YfMSNaICa3yfRRRiQueVrLk1K4igdk=";
};
postPatch = ''