Merge pull request #237992 from fabaff/plugwise-bump

python311Packages.plugwise: 0.31.5 -> 0.31.6
This commit is contained in:
Nick Cao
2023-06-15 19:43:26 -06:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.31.5";
version = "0.31.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-gQNVHotuOur4J61QYmqFHJPZbZGifEzTI9Vh2rS1d5c=";
hash = "sha256-mHZuhB0on9uOpsR8R/cMlJMoTNW7ZIPGGd2S/lbT54A=";
};
propagatedBuildInputs = [