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

python310Packages.xiaomi-ble: 0.16.4 -> 0.17.0
This commit is contained in:
Nick Cao 2023-04-04 13:35:07 +08:00 committed by GitHub
commit f63272d677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.16.4";
version = "0.17.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ye/BuVKLNSC0zJzDyuairbrmZgQ+sX0y9bHWEfb/MJE=";
hash = "sha256-sXmwLXbFNckw9lCZ4V5hyZyDnStTp2x4InmoBz3c++w=";
};
nativeBuildInputs = [