python310Packages.plugwise: 0.31.7 -> 0.31.8

This commit is contained in:
R. Ryantm 2023-07-25 05:21:37 +00:00
parent cddf429ed8
commit f86d493b5a

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.31.7";
version = "0.31.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-gtXRVXwh6yXbIrcoe6OaBs4aTXJF2sdw/V8VBIsB97k=";
hash = "sha256-glC/2bpjw0SKE6EezWLk9a4otBU21JSxsbIE5/LBGnY=";
};
propagatedBuildInputs = [