Merge pull request #321197 from fabaff/xiaomi-ble-bump

python311Packages.xiaomi-ble: 0.29.0 -> 0.30.0
This commit is contained in:
Fabian Affolter 2024-06-20 20:18:29 +02:00 committed by GitHub
commit 432f334fe4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.29.0";
version = "0.30.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "xiaomi-ble";
rev = "refs/tags/v${version}";
hash = "sha256-+zMjnLUzI8ctucvxXts7V4lN4Gp0ZQtArhpXUCBvhF0=";
hash = "sha256-pWTWzw1ZdXnxPERkJUHumBboSIVo0t5HqQFRXC90CpU=";
};
postPatch = ''