diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 2b6f70562c32..20158a79f640 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -7,7 +7,6 @@ pytest-aiohttp, pytest-mock, pytestCheckHook, - pythonOlder, requests, setuptools-scm, setuptools, @@ -16,16 +15,14 @@ buildPythonPackage (finalAttrs: { pname = "homematicip"; - version = "2.11.0"; + version = "2.12.0"; pyproject = true; - disabled = pythonOlder "3.12"; - src = fetchFromGitHub { owner = "hahn-th"; repo = "homematicip-rest-api"; tag = finalAttrs.version; - hash = "sha256-j2n6mWf2sib067Yhk+8Wc+r6bayfh+WjCTxRz9TCALo="; + hash = "sha256-bxoEHk4624Wk4rhSDzRaweWp+wgYo4O0cfpLTNAcdCk="; }; build-system = [