python3Packages.plugwise: 0.15.3 -> 0.15.4

This commit is contained in:
Jonathan Ringer
2021-12-07 00:56:14 -08:00
parent 10f572f5c8
commit 289bac64dc

View File

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