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

python311Packages.xiaomi-ble: 0.21.1 -> 0.21.2
This commit is contained in:
Nick Cao 2024-01-11 16:11:25 -05:00 committed by GitHub
commit 9be8c0b434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.21.1";
version = "0.21.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5AzqsCWDgGhJ1EgJrbA8QHjP/Y14cIdSA0GKwZMrxX0=";
hash = "sha256-x9FQk3oGSxFrFj/F+QU9n7UMRTn0N4HsGonuNEEe9ug=";
};
postPatch = ''