python310Packages.plugwise: 0.35.3 -> 0.35.4

This commit is contained in:
R. Ryantm 2023-12-21 17:56:33 +00:00
parent d6863cbcbb
commit c48ef007b6

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.35.3";
version = "0.35.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-DCG1sKpUUV2/2mVJ2ltCkzCxQxAkDtxzNX6uMSpJhi4=";
hash = "sha256-5clHLE8QavccxAhBEa6W2yOtWYmQ5oa9ZcctEIKXru4=";
};
propagatedBuildInputs = [