Unverified Commit a5d5c155 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.aiodukeenergy: 0.2.2 -> 0.3.0 (#394059)

parents fd8ac81c 0e73e1f3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
@@ -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;