From 29746dd71b83c96b66c57ace3f8100ff128c2fc9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 6 Aug 2025 21:15:48 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/plugwise/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/plugwise/default.nix b/pkgs/development/python-modules/plugwise/default.nix index f7f34151809d..1b65249cfbe6 100644 --- a/pkgs/development/python-modules/plugwise/default.nix +++ b/pkgs/development/python-modules/plugwise/default.nix @@ -1,5 +1,6 @@ { lib, + aiofiles, aiohttp, buildPythonPackage, defusedxml, @@ -17,7 +18,7 @@ buildPythonPackage rec { pname = "plugwise"; - version = "1.7.6"; + version = "1.7.8"; pyproject = true; disabled = pythonOlder "3.12"; @@ -26,7 +27,7 @@ buildPythonPackage rec { owner = "plugwise"; repo = "python-plugwise"; tag = "v${version}"; - hash = "sha256-x3UiEO2dduMHpDkMZAdpUBNR9VStM7qInEXxZeHqeTM="; + hash = "sha256-hGXjwEOvcSIvfw3xeIUVF59bSXjVXL7CMUncHqeVZ1Y="; }; postPatch = '' @@ -37,6 +38,7 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ + aiofiles aiohttp defusedxml munch