Merge pull request #122752 from fabaff/bump-aioesphomeapi

python3Packages.aioesphomeapi: 2.6.6 -> 2.7.0

authored by

Martin Weinelt and committed by
GitHub
1299c42d fd677c7b

+2 -2
+2 -2
pkgs/development/python-modules/aioesphomeapi/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "aioesphomeapi"; 5 - version = "2.6.6"; 5 + version = "2.7.0"; 6 6 7 7 disabled = !isPy3k; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "sha256-LdBUtU5rNoixh7DPIFkHxLMvBeI6MZH57sO0IjuOQAw="; 11 + sha256 = "sha256-PCoSJnt8EptVq5u0+NgEBwY6zLkD87XqVRBDdqBziM8="; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ attrs protobuf zeroconf ];