python3Packages.plugwise: 1.9.0 -> 1.10.0 (#461554)

This commit is contained in:
Fabian Affolter
2025-11-15 09:35:08 +00:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plugwise"; pname = "plugwise";
version = "1.9.0"; version = "1.10.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "plugwise"; owner = "plugwise";
repo = "python-plugwise"; repo = "python-plugwise";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-OKbzN4IWrXCrn0qUd7hL6Oh2dvO9udxymo7pZXPmqA4="; hash = "sha256-jLSX9tNJMsjdTzzSkjHpDm4QYWI+Xjw/nlKj33/lTLs=";
}; };
postPatch = '' postPatch = ''