python311Package.blinkpy: 0.22.0 -> 0.22.2

https://github.com/fronzbot/blinkpy/blob/refs/tags/v0.22.2/CHANGES.rst
This commit is contained in:
Martin Weinelt
2023-11-01 22:27:02 +01:00
parent 7fbf06ccac
commit 5b4858966b
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "blinkpy";
version = "0.22.0";
version = "0.22.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,9 +23,14 @@ buildPythonPackage rec {
owner = "fronzbot";
repo = "blinkpy";
rev = "refs/tags/v${version}";
hash = "sha256-r8kf5L6bvtivqd9dSi8om1wIi8IHmipKFckNMPT515I=";
hash = "sha256-T6ryiWVpraaXzwHYBXjuIO8PUqUcQBcLi1+O+iNBaoc=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace ', "wheel~=0.40.0"' ""
'';
nativeBuildInputs = [
setuptools
];