python312Packages.plugwise: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm
2025-04-28 21:15:22 +00:00
parent 917ee0af83
commit 88964b634e
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.7.3";
version = "1.7.4";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-VnL8rCSpNEs0NnghhgSO4k1Q+yqP5LCMZirC/hLZRO4=";
hash = "sha256-0Xfy1HKaVraEjhB6CS6V+EkU5gmKr6SQse+p7l1x8d8=";
};
postPatch = ''