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

python311Packages.xiaomi-ble: 0.23.1 -> 0.24.0
This commit is contained in:
Fabian Affolter 2024-02-01 10:42:29 +01:00 committed by GitHub
commit 32de0310b3
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.23.1";
version = "0.24.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-JH+QXCfQ1hMakJcN/QhhNQcfQRl+hBF2Xtc/TwaJxGw=";
hash = "sha256-G+8nLRunxS4+cId6jbWpzwULCsPNyX+iXiusmR8niVU=";
};
postPatch = ''