Merge pull request #210668 from fabaff/plugwise-bump

python310Packages.plugwise: 0.27.2 -> 0.27.3
This commit is contained in:
Fabian Affolter
2023-01-15 00:03:18 +01:00
committed by GitHub
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.27.2";
version = "0.27.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-X2nmOZT8JlPOWySV45wnnR4BEANa+pxBI5kzVQpQPvg=";
hash = "sha256-JO9Gc7ZhWeQIheAwanzCBQFum1BUoh7K/exAEkWp/1U=";
};
propagatedBuildInputs = [