Unverified Commit 803cc1a3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.homematicip: 1.1.6 -> 1.1.7 (#378495)

parents c0af867d f9ef00c8
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.6";
  version = "1.1.7";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "hahn-th";
    repo = "homematicip-rest-api";
    tag = version;
    hash = "sha256-LECY5O9wY1qnSDVm7KWTkgxgSk1plpBD67vcAcXHoII=";
    hash = "sha256-zhpGsmzJrtWgHlVdzIrFGQAt4EBWSWCTLIKyuuhDlPA=";
  };

  build-system = [