diff --git a/pkgs/development/python-modules/blinkpy/default.nix b/pkgs/development/python-modules/blinkpy/default.nix index f45638c7492f..c54315f5fea3 100644 --- a/pkgs/development/python-modules/blinkpy/default.nix +++ b/pkgs/development/python-modules/blinkpy/default.nix @@ -8,7 +8,6 @@ pytestCheckHook, python-dateutil, python-slugify, - pythonOlder, requests, setuptools, sortedcontainers, @@ -16,16 +15,14 @@ buildPythonPackage rec { pname = "blinkpy"; - version = "0.24.1"; + version = "0.25.1"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "fronzbot"; repo = "blinkpy"; tag = "v${version}"; - hash = "sha256-UjkVpXqGOOwtpBslQB61osaQvkuvD4A+xeUrMpyWetg="; + hash = "sha256-K8VnpoKFE2O4FuLliV2CrMQwFkCHbBmu2bFut6Ncmqw="; }; postPatch = '' @@ -34,9 +31,9 @@ buildPythonPackage rec { --replace-fail "setuptools>=68,<81" setuptools ''; - nativeBuildInputs = [ setuptools ]; + build-system = [ setuptools ]; - propagatedBuildInputs = [ + dependencies = [ aiofiles aiohttp python-dateutil