Unverified Commit 8ada0a72 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python313Packages.aiopvapi: 3.1.1 -> 3.2.1 (#444881)

parents fc1370d0 baa90489
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "aiopvapi";
  version = "3.1.1";
  version = "3.2.1";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "sander76";
    repo = "aio-powerview-api";
    tag = "v${version}";
    hash = "sha256-WtTqtVr1oL86dpsAIK55pbXWU4X/cajVLlggd6hfM4c=";
    hash = "sha256-DBpu1vjK0uYwXF1fbbdoeqCd3a6VdeClhsTGkbf8o7U=";
  };

  build-system = [ setuptools ];