From bb306376d8453c424cbfd5271f445c1e4b192e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Tue, 9 Dec 2025 17:40:11 -0800 Subject: [PATCH] python3Packages.blinkpy: 0.24.1 -> 0.25.1 Diff: https://github.com/fronzbot/blinkpy/compare/v0.24.1...v0.25.1 Changelog: https://github.com/fronzbot/blinkpy/releases/tag/v0.25.1 --- pkgs/development/python-modules/blinkpy/default.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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