python3Packages.plugwise: 0.15.2 -> 0.15.3

This commit is contained in:
Martin Weinelt
2021-11-30 18:52:38 -08:00
committed by Jonathan Ringer
parent 2f970424f9
commit 6c6f8f450d
@@ -19,16 +19,21 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.15.2";
version = "0.15.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = "v${version}";
sha256 = "sha256-VmLQ3L9FTHgdRPYmMg7ZoUApLEGKd5NANrSofhP1OQY=";
sha256 = "sha256-HaH0LcH6L3R9vLT0vlM1absMTbfqgEeVi/aP2FqdnQY=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "aiohttp==3.8.0" "aiohttp>=3.8.0"
'';
propagatedBuildInputs = [
aiohttp
async-timeout