Merge pull request #160393 from fabaff/bump-plugwise

python3Packages.plugwise: 0.16.4 -> 0.16.5
This commit is contained in:
Fabian Affolter 2022-02-17 08:48:47 +01:00 committed by GitHub
commit 442c11c7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.16.4";
version = "0.16.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = "v${version}";
sha256 = "sha256-G1PpVqq66uBAigrFxJVvcIKdyL3zTKxcosgkZTjy3Is=";
sha256 = "sha256-qvzocaqWIkhSdVm4x/pUIVtNBC0D5FRFEkonH7F6Oaw=";
};
postPatch = ''