python3Packages.aioamazondevices: 11.1.2 -> 11.1.3

https://github.com/chemelli74/aioamazondevices/blob/v11.1.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-02-07 00:03:11 +01:00
parent 1dcf75bdcd
commit dcd8f06a10
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "aioamazondevices";
version = "11.1.2";
version = "11.1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "chemelli74";
repo = "aioamazondevices";
tag = "v${version}";
hash = "sha256-9WZ8GlnlI1Coyvi1Aqtk0iVoREyohCLBnjg2kusP1cE=";
hash = "sha256-VkdA661cChsHwSKuOAx864xEjVGzJ35IzG0dOevrqAc=";
};
build-system = [ poetry-core ];