python3Packages.aioamazondevices: 3.0.5 -> 3.0.6

This commit is contained in:
R. Ryantm 2025-06-09 00:45:41 +00:00
parent edc7c67ab7
commit 12c07adcba

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "3.0.5";
version = "3.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-CgIkrq5Eni7Iva/bzlcbj1/mqtKPA4mknHC/fQzL7RU=";
hash = "sha256-+o3LOp0gSjG1/x5IFA0FK5LQUFG9T6JgDLb104vJcM0=";
};
build-system = [ poetry-core ];