mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python313Packages.bleak-esphome: 2.15.1 -> 2.16.0
Diff: https://github.com/bluetooth-devices/bleak-esphome/compare/refs/tags/v2.15.1...refs/tags/v2.16.0 Changelog: https://github.com/bluetooth-devices/bleak-esphome/blob/v2.16.0/CHANGELOG.md
This commit is contained in:
parent
cb18bae097
commit
cd6c4b470f
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bleak-esphome";
|
pname = "bleak-esphome";
|
||||||
version = "2.15.1";
|
version = "2.16.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bluetooth-devices";
|
owner = "bluetooth-devices";
|
||||||
repo = "bleak-esphome";
|
repo = "bleak-esphome";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-Q+W7i0+Qsm1wfVNC+ub9J9DOcP7D4gZkjw3j37aHhYc=";
|
hash = "sha256-1NqalsFUXTcVX0UVV4BMStX+EAcu0/3vEKpkq+z+KDE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue