python3Packages.aioamazondevices: 3.5.0 -> 3.6.0

https://github.com/chemelli74/aioamazondevices/blob/v3.6.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-07-30 09:40:12 +02:00
parent 0b91781912
commit 15ac08c6f5
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-gFO0E5tphInHOTAgaifp+jNQQvs+HfLDhvErmLwwrPU=";
hash = "sha256-CVwpu0TW6ah7Stx2GhQgw9EkmHJ6rRB7DN416EatUMo=";
};
build-system = [ poetry-core ];