python3Packages.bleak: reorder formals

This commit is contained in:
Ryan Hendrickson
2026-07-05 12:53:37 -04:00
committed by Michael Daniels
parent 28d4faad49
commit 5791387933
@@ -3,16 +3,20 @@
stdenv,
bluez,
buildPythonPackage,
fetchFromGitHub,
# build-system
uv-build,
# dependencies
bumble,
dbus-fast,
fetchFromGitHub,
pyobjc-core,
pyobjc-framework-CoreBluetooth,
pyobjc-framework-libdispatch,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
uv-build,
}:
buildPythonPackage (finalAttrs: {