python3Packages.plugwise: 1.8.3 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-11-07 17:12:55 +00:00
parent 42550fd820
commit ffe7af76eb
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.8.3";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-E5SJhhvT6KdkMvGo1mxrsSVRixdMjCl0ED/A6ozqn9o=";
hash = "sha256-OKbzN4IWrXCrn0qUd7hL6Oh2dvO9udxymo7pZXPmqA4=";
};
postPatch = ''