python3Packages.xiaomi-ble: 1.14.3 -> 1.14.4
Diff: https://github.com/Bluetooth-Devices/xiaomi-ble/compare/v1.14.3...v1.14.4 Changelog: https://github.com/Bluetooth-Devices/xiaomi-ble/releases/tag/v1.14.4
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "xiaomi-ble";
|
||||
version = "1.14.3";
|
||||
version = "1.14.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = "xiaomi-ble";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-MUAowfbJ3vktUUDNLR5UWrbYq/xXmODwVIxv7GeB1EM=";
|
||||
hash = "sha256-SoB9sa3TkFLNomYuVZszKIIc0h/XDzRdfusWlruhDQ0=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
|
||||
Reference in New Issue
Block a user