python312Packages.plugwise: 1.7.3 -> 1.7.4 (#402649)

This commit is contained in:
Nick Cao
2025-04-29 16:12:32 -04:00
committed by GitHub
@@ -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 = ''