From 330744f5860622f7e5dcbc5043488ce19fa09907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 25 Mar 2026 19:55:34 -0700 Subject: [PATCH] python3Packages.blinkpy: 0.25.3 -> 0.25.5 Diff: https://github.com/fronzbot/blinkpy/compare/v0.25.3...v0.25.5 Changelog: https://github.com/fronzbot/blinkpy/releases/tag/v0.25.5 --- pkgs/development/python-modules/blinkpy/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/blinkpy/default.nix b/pkgs/development/python-modules/blinkpy/default.nix index 00c597008bb6..3fa66c2160f7 100644 --- a/pkgs/development/python-modules/blinkpy/default.nix +++ b/pkgs/development/python-modules/blinkpy/default.nix @@ -15,19 +15,19 @@ buildPythonPackage rec { pname = "blinkpy"; - version = "0.25.3"; + version = "0.25.5"; pyproject = true; src = fetchFromGitHub { owner = "fronzbot"; repo = "blinkpy"; tag = "v${version}"; - hash = "sha256-1MROZbA6NDZ5mKmvcjyrYAx+tEP6Cyj2k1754v2W1Mw="; + hash = "sha256-wtuegaYB7/lh9d5kKgSEwCztLpaKcwHi9+ryMvGXVg8="; }; postPatch = '' substituteInPlace pyproject.toml \ - --replace-fail "wheel~=0.40.0" wheel \ + --replace-fail "wheel>=0.40,<0.47" wheel \ --replace-fail "setuptools>=68,<81" setuptools '';