diff --git a/pkgs/development/python-modules/google-nest-sdm/default.nix b/pkgs/development/python-modules/google-nest-sdm/default.nix index aa1a2f5bf9a8..6fab59b00440 100644 --- a/pkgs/development/python-modules/google-nest-sdm/default.nix +++ b/pkgs/development/python-modules/google-nest-sdm/default.nix @@ -11,7 +11,6 @@ pytest-aiohttp, pytest-asyncio, pytestCheckHook, - pythonOlder, pyyaml, requests-oauthlib, setuptools, @@ -19,16 +18,14 @@ buildPythonPackage rec { pname = "google-nest-sdm"; - version = "7.1.5"; + version = "9.1.0"; pyproject = true; - disabled = pythonOlder "3.11"; - src = fetchFromGitHub { owner = "allenporter"; repo = "python-google-nest-sdm"; tag = version; - hash = "sha256-YpXpQnfRp5Kvr3fNAnlwsZwJdXuES7KXOykt+YK5Wz4="; + hash = "sha256-BvyflbmtgLSRaAc465bN+5AcPwum0UBsSAWzwvelwIk="; }; build-system = [ setuptools ];