Commit dac7bf35 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.homematicip: 1.0.9 -> 1.0.10

parent 9e6b0545
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "homematicip";
  version = "1.0.9";
  version = "1.0.10";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "hahn-th";
    repo = "homematicip-rest-api";
    rev = "refs/tags/${version}";
    hash = "sha256-pQVSbR4MLbyHQRAoCFOMnOrhuAnGRMyiXm1szHvANuA=";
    hash = "sha256-CnZHR5JyZm4T6Fm5VumZJujQvEdw59c7GSwcyO7EXXY=";
  };

  propagatedBuildInputs = [