python310Packages.plugwise: 0.18.4 -> 0.18.5

This commit is contained in:
Fabian Affolter 2022-05-24 18:46:59 +02:00
parent d91c644006
commit 2f5bb0bddf

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.18.4";
version = "0.18.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-a4mbkwjdLOnoxe4Cj43IXGALqbTKqinoJAiPWfc79/8=";
sha256 = "sha256-J6RwPkObcoXIQ93nD8FNNjwllHoID4nFzqilArBS1C8=";
};
propagatedBuildInputs = [