python3Packages.aioamazondevices: 3.2.2 -> 3.2.3

https://github.com/chemelli74/aioamazondevices/blob/v3.2.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2025-07-05 00:21:13 +02:00
parent 166dd6f3da
commit 67599009fa
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "3.2.2";
version = "3.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-dawcskOWIh+TlGh0awJD6ka1HJjGByoLFokq9XWRYoc=";
hash = "sha256-TpsRYL608hAcFhqBwqsstFUdq0BLlNjD9YdGeio8BNs=";
};
build-system = [ poetry-core ];