python313Packages.habluetooth: 5.6.4 -> 5.7.0, python313Packages.bleak-esphome: 3.3.0 -> 3.4.0 (#448784)

This commit is contained in:
Fabian Affolter
2025-10-05 18:27:35 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "bleak-esphome";
version = "3.3.0";
version = "3.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bluetooth-devices";
repo = "bleak-esphome";
tag = "v${version}";
hash = "sha256-1rsTXIWowwxycJYs2Aw2FXwQHSK1T7t2RODxqq1KxOs=";
hash = "sha256-BFF4SqJxrQ+aaFtrNqS9fNqTV2Q+pOu5FFdYKeHkKj8=";
};
postPatch = ''

View File

@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "habluetooth";
version = "5.6.4";
version = "5.7.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "habluetooth";
tag = "v${version}";
hash = "sha256-j3g0MLVfA8r02EM3rT5GuNE70TdYtdT+5XzqWqi/JM0=";
hash = "sha256-1/KbehOIQdclPskp2HtJ3fut4DqkKw/+FdqwmVvfZmU=";
};
build-system = [