python310Packages.plugwise: 0.17.3 -> 0.17.6

This commit is contained in:
R. Ryantm 2022-04-10 11:49:57 +00:00
parent ae979da6b8
commit 3db257c3e3

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.17.3";
version = "0.17.6";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = "v${version}";
sha256 = "sha256-1wSVmH7woTR2ebHS5FfWHLqwbY04rxtPx/0A/HY+N8s=";
rev = "refs/tags/v${version}";
sha256 = "sha256-Znhtw4VQ7r26rluLa5I+b3TMJ+Wyog7uaUReHORHOgU=";
};
postPatch = ''