python310Packages.plugwise: 0.32.2 -> 0.33.0

This commit is contained in:
R. Ryantm 2023-09-21 19:15:14 +00:00
parent e12483116b
commit a719f06ad5

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.32.2";
version = "0.33.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-kJ7HbGwmA6/OtSxpkvajf+VzjYK+uq6kMaja9CmVBt4=";
hash = "sha256-EhPy1n1dsvsE4ciVNx86Ttvoyc61e2Lxecioy0kVN4A=";
};
propagatedBuildInputs = [