Merge pull request #282394 from r-ryantm/auto-update/python311Packages.plugwise

python311Packages.plugwise: 0.36.2 -> 0.36.3
This commit is contained in:
Fabian Affolter
2024-01-21 09:31:38 +01:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.36.2";
version = "0.36.3";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-3TTrfvhTQIhig0QUP56+IkciiboXZD4025FvotAZgzo=";
hash = "sha256-LhwrrGle9B2zGhlgPLH+uB6ZiWbNPm1GbPXuUh8RLyo=";
};
postPatch = ''