python3Packages.aiodukeenergy: 0.3.0 -> 1.0.0

Diff: https://github.com/hunterjm/aiodukeenergy/compare/v0.3.0...v1.0.0

Changelog: https://github.com/hunterjm/aiodukeenergy/blob/v1.0.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-01-12 07:42:28 -08:00
parent 11b2a08cb8
commit ec58f7a892
@@ -5,6 +5,7 @@
fetchFromGitHub,
lib,
poetry-core,
pyjwt,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
@@ -13,20 +14,21 @@
buildPythonPackage rec {
pname = "aiodukeenergy";
version = "0.3.0";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hunterjm";
repo = "aiodukeenergy";
tag = "v${version}";
hash = "sha256-BYDC2j2s6gg8/owTDdijqmReUSqDYWqHXf8BUzYn+sI=";
hash = "sha256-tHtuQFOw9CPqWJ6QzdqcN3W8uzjgZFh5z8DqAc+5jLo=";
};
build-system = [ poetry-core ];
dependencies = [
aiohttp
pyjwt
yarl
];