python3Packages.inkbird-ble: 1.4.4 -> 1.5.2

This commit is contained in:
R. Ryantm
2026-06-12 23:16:28 +00:00
parent 83c40c9d32
commit e61e17cfaf
@@ -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 ];