Merge pull request #168786 from r-ryantm/auto-update/python3.10-plugwise

python310Packages.plugwise: 0.17.6 -> 0.17.7
This commit is contained in:
Fabian Affolter
2022-04-15 18:58:21 +02:00
committed by GitHub
@@ -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 = ''