python3Packages.aioamazondevices: 11.1.1 -> 11.1.2 (#487560)

This commit is contained in:
dotlambda
2026-02-06 11:21:06 +00:00
committed by GitHub

View File

@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "11.1.1";
version = "11.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-D0QxCnwyXtHvcx+BaO4mzGuZxLZtgogQpHXvFckX9f8=";
hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
};
build-system = [ poetry-core ];