python3Packages.inkbird-ble: 1.4.4 -> 1.5.2 (#531183)

This commit is contained in:
Fabian Affolter
2026-06-13 06:31:09 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "inkbird-ble";
version = "1.4.4";
version = "1.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "inkbird-ble";
tag = "v${finalAttrs.version}";
hash = "sha256-URmWIsWoPctuYtSLeX8AU4ml6o9c5BH6YgqCINppQdk=";
hash = "sha256-I07HIbrYXTlaP4TSfyZmEhj1HAjus05JEiPD9UxRatc=";
};
build-system = [ poetry-core ];