lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.aioharmony: 0.2.9 -> 0.2.10

+2 -2
+2 -2
pkgs/development/python-modules/aioharmony/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aioharmony"; 12 - version = "0.2.9"; 12 + version = "0.2.10"; 13 13 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-T30pLzPWD+5pb0ShkpNdiBFO45RdiMYgCOSg8rx+t+Y="; 18 + hash = "sha256-18+38QunEdEGdirQOT+528vYqiqDuUr/CWRQtXKf4rs="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [