Loading pkgs/development/python-modules/aiodukeenergy/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "aiodukeenergy"; version = "0.2.2"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "hunterjm"; repo = "aiodukeenergy"; tag = "v${version}"; hash = "sha256-aDBleEp3ZlY1IfFCbsUEU+wzYgjNaJeip8crHlh5qHE="; hash = "sha256-BYDC2j2s6gg8/owTDdijqmReUSqDYWqHXf8BUzYn+sI="; }; build-system = [ poetry-core ]; Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${src.tag}/CHANGELOG.md"; description = "Asyncio Duke Energy"; homepage = "https://github.com/hunterjm/aiodukeenergy"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/aiodukeenergy/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "aiodukeenergy"; version = "0.2.2"; version = "0.3.0"; pyproject = true; src = fetchFromGitHub { owner = "hunterjm"; repo = "aiodukeenergy"; tag = "v${version}"; hash = "sha256-aDBleEp3ZlY1IfFCbsUEU+wzYgjNaJeip8crHlh5qHE="; hash = "sha256-BYDC2j2s6gg8/owTDdijqmReUSqDYWqHXf8BUzYn+sI="; }; build-system = [ poetry-core ]; Loading @@ -40,7 +40,7 @@ buildPythonPackage rec { ]; meta = { changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/hunterjm/aiodukeenergy/blob/${src.tag}/CHANGELOG.md"; description = "Asyncio Duke Energy"; homepage = "https://github.com/hunterjm/aiodukeenergy"; license = lib.licenses.mit; Loading