python310Packages.plugwise: 0.31.9 -> 0.32.2

This commit is contained in:
R. Ryantm 2023-09-11 01:58:01 +00:00 committed by Martin Weinelt
parent d8672328d6
commit 80a1b7d6d6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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