python3Packages.aioamazondevices: 4.0.1 -> 5.0.0

https://github.com/chemelli74/aioamazondevices/blob/v5.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-08-22 02:39:29 +02:00
parent 7ff6e06d66
commit bc3869f8ae
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "4.0.1";
version = "5.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-FTIACTsDFg+TUvtQOI46ecOZxFmyeUSlOZm9xXAlkhY=";
hash = "sha256-MB7CRYHT4V7JvNFkdX9x/fMRkJrHwF4XnQ2eH0kD8Ng=";
};
build-system = [ poetry-core ];