python313Packages.plugwise: 1.11.0 -> 1.11.2 (#474761)

This commit is contained in:
Fabian Affolter
2025-12-28 10:50:56 +00:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.11.0";
version = "1.11.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
tag = "v${version}";
hash = "sha256-fgUIyI9akQbVhcff413gIPzviGNZlQJztFTnW5+n9wU=";
hash = "sha256-4d9AK2sT0KVKU0oDfskOiSq7g2BuZksPL0wVJN0LbzY=";
};
postPatch = ''