python310Packages.plugwise: 0.16.5 -> 0.16.6

This commit is contained in:
R. Ryantm 2022-02-21 09:43:14 +00:00
parent f9e65e44e5
commit c2adebc314

View file

@ -19,14 +19,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "plugwise"; pname = "plugwise";
version = "0.16.5"; version = "0.16.6";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "python-plugwise"; repo = "python-plugwise";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qvzocaqWIkhSdVm4x/pUIVtNBC0D5FRFEkonH7F6Oaw="; sha256 = "sha256-hAYbYsLpiiJYdg9Rx5BjqNA9JTtKGu3DE0SpwOxlTWw=";
}; };
postPatch = '' postPatch = ''