Loading pkgs/development/python-modules/aiodukeenergy/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, lib, poetry-core, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, Loading @@ -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 ]; Loading Loading
pkgs/development/python-modules/aiodukeenergy/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ fetchFromGitHub, lib, poetry-core, pyjwt, pytest-asyncio, pytest-cov-stub, pytestCheckHook, Loading @@ -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 ]; Loading