Merge pull request #197480 from r-ryantm/auto-update/python310Packages.plugwise

python310Packages.plugwise: 0.25.3 -> 0.25.4
This commit is contained in:
Fabian Affolter
2022-10-24 09:43:27 +02:00
committed by GitHub
@@ -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 = [