python3Packages.xiaomi-ble: 0.11.0 -> 0.12.2

Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/v0.11.0...v0.12.2
This commit is contained in:
Martin Weinelt 2022-12-08 00:15:32 +01:00
parent ca02a0e265
commit 470cadf538
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -14,7 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xiaomi-ble"; pname = "xiaomi-ble";
version = "0.11.0"; version = "0.12.2";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-qAqXg+skA7FfAjRXljt1UpyOcC3KYghc+5wjiRzlyyg="; hash = "sha256-MwKhoerfloFT5/x1darfMP/qF5sEy6LiKEogINIUq0c=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [