Unverified Commit 95261c35 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #327229 from r-ryantm/auto-update/python312Packages.homematicip

python312Packages.homematicip: 1.1.1 -> 1.1.2
parents e2df918d 7d968d34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "homematicip";
  version = "1.1.1";
  version = "1.1.2";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "hahn-th";
    repo = "homematicip-rest-api";
    rev = "refs/tags/${version}";
    hash = "sha256-VMHInAmNO0Nw0ohZnIJ9c77h35YSSNNnPNYaUpBlKOQ=";
    hash = "sha256-f1KjBYwLqQbA6TbQ3ZZ8TgvGe1USbYYNjsni2vsnTP8=";
  };

  build-system = [