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
This commit is contained in:
Robert Schütz
2026-03-25 19:57:22 -07:00
parent 2e60c6294a
commit 330744f586
@@ -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
'';