Unverified Commit 667f31f1 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.homematicip: 2.7.0 -> 2.8.0 (#511093)

parents ad0ce841 f13acb40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage (finalAttrs: {
  pname = "homematicip";
  version = "2.7.0";
  version = "2.8.0";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -25,7 +25,7 @@ buildPythonPackage (finalAttrs: {
    owner = "hahn-th";
    repo = "homematicip-rest-api";
    tag = finalAttrs.version;
    hash = "sha256-UB/zyQZj3aWu3aeR9zJSLOrWKNOWTdTjjQ4y0FjQ8pU=";
    hash = "sha256-IDeI95ylSiNqnwCfiIBUBVCBkffcIVvpRfbBUVYxEQ4=";
  };

  build-system = [