python3Packages.plugwise: 1.7.6 -> 1.7.8

https://github.com/plugwise/python-plugwise/releases/tag/v1.7.7
https://github.com/plugwise/python-plugwise/releases/tag/v1.7.8

Changed files
+4 -2
pkgs
development
python-modules
plugwise
+4 -2
pkgs/development/python-modules/plugwise/default.nix
···
{
lib,
+
aiofiles,
aiohttp,
buildPythonPackage,
defusedxml,
···
buildPythonPackage rec {
pname = "plugwise";
-
version = "1.7.6";
+
version = "1.7.8";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
-
hash = "sha256-x3UiEO2dduMHpDkMZAdpUBNR9VStM7qInEXxZeHqeTM=";
+
hash = "sha256-hGXjwEOvcSIvfw3xeIUVF59bSXjVXL7CMUncHqeVZ1Y=";
};
postPatch = ''
···
build-system = [ setuptools ];
dependencies = [
+
aiofiles
aiohttp
defusedxml
munch