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

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

parents af708f9b ec58f7a8
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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
  ];