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

python3Packages.homematicip: 2.5.0 -> 2.6.0

parent 7c639353
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage (finalAttrs: {
  pname = "homematicip";
  version = "2.5.0";
  version = "2.6.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-UdVOYJyWLtqJaZgiRa3M9JL+gPzZeecZwElBXqrAdFM=";
    hash = "sha256-0i3sXtwEBd9rXOEcoL7E3pCwviCcMcIQcTFFLSV3s+0=";
  };

  build-system = [