Merge pull request #274671 from fabaff/bleak-esphome-bump

python311Packages.bleak-esphome: 0.2.0 -> 0.3.0
This commit is contained in:
Fabian Affolter 2023-12-16 15:21:46 +01:00 committed by GitHub
commit 125f2e2746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bleak-esphome";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "bluetooth-devices";
repo = "bleak-esphome";
rev = "refs/tags/v${version}";
hash = "sha256-QtSkrX7xGaV/13FonQhYR4MpZxVwR8dAFCRvID0zSGo=";
hash = "sha256-XJxx9m8ZJtCmH9R1A4J+EFSTP4z9acDgRbaASKR/tZY=";
};
postPatch = ''