python312Packages.plugwise: 0.37.2 -> 0.37.3

This commit is contained in:
R. Ryantm 2024-04-19 19:00:16 +00:00
parent 11b87cbe59
commit 6d6ef74001
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.37.2";
version = "0.37.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-zPh4yko35aMhiTTIDbaBgVruRDyolhtvTzTIhF5fo+Y=";
hash = "sha256-aQz0p+DNi1XVoFwdFjc3RjpHqA2kGf4pU1QS6m271gU=";
};
postPatch = ''