Revert "python3Packages.aiodukeenergy: 0.3.0 -> 1.0.0"

This reverts commit f26066c6ef because it
broke home-assistant.tests.components.duke_energy.
This commit is contained in:
Robert Schütz
2026-03-05 07:51:59 -08:00
parent 6ef392819b
commit 0d9bef03dd
@@ -5,7 +5,6 @@
fetchFromGitHub,
lib,
poetry-core,
pyjwt,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -14,21 +13,20 @@
buildPythonPackage rec {
pname = "aiodukeenergy";
version = "1.0.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hunterjm";
repo = "aiodukeenergy";
tag = "v${version}";
hash = "sha256-tHtuQFOw9CPqWJ6QzdqcN3W8uzjgZFh5z8DqAc+5jLo=";
hash = "sha256-BYDC2j2s6gg8/owTDdijqmReUSqDYWqHXf8BUzYn+sI=";
};
build-system = [ poetry-core ];
dependencies = [
aiohttp
pyjwt
yarl
];