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

python3Packages.aiodukeenergy: 1.0.0 -> 1.1.0 (#509593)

parents 044815d2 f75cfe70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "aiodukeenergy";
  version = "1.0.0";
  version = "1.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "hunterjm";
    repo = "aiodukeenergy";
    tag = "v${version}";
    hash = "sha256-tHtuQFOw9CPqWJ6QzdqcN3W8uzjgZFh5z8DqAc+5jLo=";
    hash = "sha256-v8rWRjAlTGu7d0bQaAQ1A7Qm4oP3STkIzHcKLa8+/OY=";
  };

  build-system = [ poetry-core ];