python3Packages.aioamazondevices: 6.4.0 -> 6.4.4

This commit is contained in:
R. Ryantm
2025-10-16 20:28:49 +00:00
parent 5d1f6df5e1
commit ca815a64d1
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "6.4.0";
version = "6.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-Lif2WNGdd4zLMzjpkZE0mdntC8sXzO5GF4nDLbjkFjo=";
hash = "sha256-zp6lWRnyDTHi1Pm2Ra8xCrRBGfge1wli1EEebv5T8gM=";
};
build-system = [ poetry-core ];