python3Packages.plugwise: 0.15.4 -> 0.16.0

This commit is contained in:
Jonathan Ringer
2022-01-13 16:58:39 -08:00
committed by Martin Weinelt
parent aae7e1e063
commit f9350485eb

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.15.4";
version = "0.16.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = "v${version}";
sha256 = "0lp87vn9kh0xqng5mv5j914pgrbnhp54bisq76njijn32mgaw4qq";
sha256 = "1zgrq70ihkix39kf08h8xbjxa49800j9l6rn9nbgzwd25d7nlal0";
};
postPatch = ''