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

python310Packages.xiaomi-ble: 0.10.0 -> 0.11.0
This commit is contained in:
Fabian Affolter 2022-11-10 23:57:21 +01:00 committed by GitHub
commit 8925f35a0a
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.10.0";
version = "0.11.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = pname;
rev = "v${version}";
hash = "sha256-qpGw9c7O8MC6AEutRIqCEdZncJSQKesaHFRQjOxpa2U=";
hash = "sha256-qAqXg+skA7FfAjRXljt1UpyOcC3KYghc+5wjiRzlyyg=";
};
nativeBuildInputs = [