Unverified Commit 787c0730 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.homematicip: 2.0.6 -> 2.0.7 (#422429)

parents f1bf6600 0b06fb10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "homematicip";
  version = "2.0.6";
  version = "2.0.7";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "hahn-th";
    repo = "homematicip-rest-api";
    tag = version;
    hash = "sha256-HV+4ZmYr6LsSBbQnr4PUD2u0y6uWxuCMUgNh7gG9IH8=";
    hash = "sha256-j4/QKNzX8Zi8mgS4DOBVBAwLBsM4qBEXCSIkub04KBQ=";
  };

  build-system = [