Merge pull request #334944 from r-ryantm/auto-update/python312Packages.plugwise

python312Packages.plugwise: 1.0.0 -> 1.1.0
This commit is contained in:
Fabian Affolter
2024-08-16 21:48:39 +02:00
committed by GitHub
@@ -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 = ''