python3Packages.plugwise: 0.16.6 -> 0.17.3

This commit is contained in:
Martin Weinelt 2022-04-06 18:20:55 +02:00
parent 6584c787a7
commit 7614ad2121
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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