python310Packages.plugwise: 0.17.6 -> 0.17.7

This commit is contained in:
R. Ryantm 2022-04-15 13:10:58 +00:00
parent a7cf9372e9
commit c8af35f351

View file

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