python312Packages.plugwise: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-03-08 03:23:38 +00:00
parent cb26667f94
commit c852af0f8d
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.7.2";
version = "1.7.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-WuEVLpFQlPiCYNbAGy3IIOmcbm9MertEQ4tlbd/8OqQ=";
hash = "sha256-VnL8rCSpNEs0NnghhgSO4k1Q+yqP5LCMZirC/hLZRO4=";
};
postPatch = ''