python3Packages.aioharmony: 0.2.8 -> 0.2.9

This commit is contained in:
Martin Weinelt 2022-01-11 02:47:11 +01:00
parent 5f5ffabdb7
commit f632960d9b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "aioharmony";
version = "0.2.8";
version = "0.2.9";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0adf08955810a227db489556dc3ca808e4f825a00183f613797856114c2a2a47";
sha256 = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y=";
};
propagatedBuildInputs = [