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

python311Packages.xiaomi-ble: 0.21.2 -> 0.23.1
This commit is contained in:
Nick Cao 2024-01-30 08:57:46 -05:00 committed by GitHub
commit 4fe265cba8
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.21.2";
version = "0.23.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-x9FQk3oGSxFrFj/F+QU9n7UMRTn0N4HsGonuNEEe9ug=";
hash = "sha256-JH+QXCfQ1hMakJcN/QhhNQcfQRl+hBF2Xtc/TwaJxGw=";
};
postPatch = ''