python310Packages.aioharmony: 0.2.9 -> 0.2.10

This commit is contained in:
Martin Weinelt 2023-03-23 14:47:05 +01:00
parent f7108e6257
commit e5a4e3eeee
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.9";
version = "0.2.10";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y=";
hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs=";
};
propagatedBuildInputs = [