python3Packages.bthome-ble: 3.23.4 -> 3.23.5 (#541714)

This commit is contained in:
Fabian Affolter
2026-07-14 20:59:46 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "bthome-ble";
version = "3.23.4";
version = "3.23.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "bthome-ble";
tag = "v${finalAttrs.version}";
hash = "sha256-ZXCqwadNWl2Yct+rlZViFO2pFV4ZY0glKvD3xElY3Mg=";
hash = "sha256-cD0wTdUbG+3tgCvLhx8DLBRujZ1EeeghVcoUqDoLB+A=";
};
build-system = [ poetry-core ];