Revert "python3Packages.pyaxencoapi: 1.0.7 -> 1.0.9"

This reverts commit c37ebfe182.

This breaks tests.home-assistant-components.myneomitis.
This commit is contained in:
Martin Weinelt
2026-05-07 02:59:22 +02:00
parent 113c28d162
commit 26fa928df3
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyaxencoapi";
version = "1.0.9";
version = "1.0.7";
pyproject = true;
src = fetchFromGitHub {
owner = "AXENCO-FR";
repo = "ha-py-axenco-api";
tag = "v${finalAttrs.version}";
hash = "sha256-rqjDI8e3ZeZHsEk0EBaKlEl3w9blinlc2MsTCAKk85o=";
hash = "sha256-Ml58+kstIpqQUXDt/jpZeR8ueu5U3nnH7hiUcZxveAM=";
};
build-system = [ setuptools ];