python3Packages.aioamazondevices: 3.3.0 -> 3.5.0

https://github.com/chemelli74/aioamazondevices/blob/v3.5.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-07-22 22:06:24 +02:00
parent 053964b3e3
commit 4d57e4a5e7
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "3.3.0";
version = "3.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-MXVQ/VtsT/ppeQsSnf+LiddlZFKylQxL48vPRKj932w=";
hash = "sha256-gFO0E5tphInHOTAgaifp+jNQQvs+HfLDhvErmLwwrPU=";
};
build-system = [ poetry-core ];