python312Packages.plugwise: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2024-08-15 19:50:13 +00:00
parent e88a41614f
commit c9448d63fc
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-OEEk0rMhvk99EVouotcNQlSfx5Xv23WswCQ5ZN5M3A4=";
hash = "sha256-IaLXCuope/6shF3HmKAo7IrXxVJLzAQzsqlx0dASllk=";
};
postPatch = ''