python310Packages.plugwise: 0.25.3 -> 0.25.4

This commit is contained in:
R. Ryantm 2022-10-24 03:58:11 +00:00
parent abe366dd5c
commit 2c8284664f

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.25.3";
version = "0.25.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-vfdU0jzbfKJbIN343CWIwCK+tYt3ScgPhjq0+9NSiL8=";
sha256 = "sha256-avriroWSgBn80PzGEuvp/5yad9Q4onSxWLaLlpXDReo=";
};
propagatedBuildInputs = [