python3Packages.aiodukeenergy: 0.3.0 -> 1.0.0 (#479396)

This commit is contained in:
dotlambda
2026-04-08 04:05:26 +00:00
committed by GitHub
@@ -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
];