python313Packages.bleak-esphome: 2.15.1 -> 2.16.0 (#413811)

authored by Fabian Affolter and committed by GitHub b79f59cf 55bda0d7

+2 -2
+2 -2
pkgs/development/python-modules/bleak-esphome/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "bleak-esphome"; 22 - version = "2.15.1"; 23 pyproject = true; 24 25 src = fetchFromGitHub { 26 owner = "bluetooth-devices"; 27 repo = "bleak-esphome"; 28 tag = "v${version}"; 29 - hash = "sha256-Q+W7i0+Qsm1wfVNC+ub9J9DOcP7D4gZkjw3j37aHhYc="; 30 }; 31 32 postPatch = ''
··· 19 20 buildPythonPackage rec { 21 pname = "bleak-esphome"; 22 + version = "2.16.0"; 23 pyproject = true; 24 25 src = fetchFromGitHub { 26 owner = "bluetooth-devices"; 27 repo = "bleak-esphome"; 28 tag = "v${version}"; 29 + hash = "sha256-1NqalsFUXTcVX0UVV4BMStX+EAcu0/3vEKpkq+z+KDE="; 30 }; 31 32 postPatch = ''