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

python311Packages.xiaomi-ble: 0.24.1 -> 0.25.2
This commit is contained in:
Fabian Affolter 2024-02-05 09:56:13 +01:00 committed by GitHub
commit 7c2b030f25
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.1";
version = "0.25.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hKrvV/OzWq07Rb6pU5otNg/A86WnxMKFfs8oA04VvqI=";
hash = "sha256-awztZiUgEMGR8m/aXhDBLdm4IXIKIAHgX922m+PTTfg=";
};
postPatch = ''