Merge pull request #285669 from r-ryantm/auto-update/python311Packages.xiaomi-ble

python311Packages.xiaomi-ble: 0.24.0 -> 0.24.1
This commit is contained in:
Nick Cao 2024-02-02 10:13:41 -05:00 committed by GitHub
commit 5c3bfb2ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.24.0";
version = "0.24.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-G+8nLRunxS4+cId6jbWpzwULCsPNyX+iXiusmR8niVU=";
hash = "sha256-hKrvV/OzWq07Rb6pU5otNg/A86WnxMKFfs8oA04VvqI=";
};
postPatch = ''