python310Packages.xiaomi-ble: 0.12.2 -> 0.13.0

Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v0.13.0
This commit is contained in:
Fabian Affolter 2023-01-05 22:18:33 +01:00
parent db56de02eb
commit b817561cc2

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "xiaomi-ble";
version = "0.12.2";
version = "0.13.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-MwKhoerfloFT5/x1darfMP/qF5sEy6LiKEogINIUq0c=";
hash = "sha256-TRjnnq8Rpb+eNXcBE0FyvVLAGqf+8riwLj+6yiaPSJk=";
};
nativeBuildInputs = [