python311Packages.xiaomi-ble: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm 2024-02-01 23:54:11 +00:00
parent 9312d7840b
commit 4dc59c0164

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 = ''